Skip to content

Commit

Permalink
Remove RUN_STANDALONE=true from stellare-core-standalone.cfg (#3271)
Browse files Browse the repository at this point in the history
Remove RUN_STANDALONE=true from the stand alone configuration for the docker compose setup.

When RUN_STANDALONE is set to true it prevents stellar core from accepting any peer connections. This prevents you from running a stand alone network with multiple core nodes. This also makes it impossible to run horizon with captive core on the stand alone network.
  • Loading branch information
tamirms authored Dec 8, 2020
1 parent 1100aa7 commit 83330cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/horizon/docker/stellar-core-standalone.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# simple configuration for a standalone test "network"
# see stellar-core_example.cfg for a description of the configuration parameters

RUN_STANDALONE=true

NETWORK_PASSPHRASE="Standalone Network ; February 2017"

PEER_PORT=11625
Expand Down

0 comments on commit 83330cb

Please sign in to comment.