Guest User

Untitled

a guest
Jan 31st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. HTTP_PORT=11626
  2. PUBLIC_HTTP_PORT=false
  3. RUN_STANDALONE=false
  4. NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
  5. NODE_SEED="SCQSBM46U7DFSKBS6DPUJ7EMEU6JHCKXQPN3YVL2567KAZO6I3R2MHMF self"
  6. NODE_IS_VALIDATOR=true
  7. DATABASE="postgresql://dbname=stellar_node02_db user=stellar_user password=stellar_user host=localhost"
  8.  
  9. # Comma separated peers list
  10. KNOWN_PEERS=["127.0.0.1:11635"]
  11. # The port other instances of stellar-core can connect to you on.
  12. PEER_PORT=11625
  13.  
  14. COMMANDS=["ll?level=debug"]
  15. FAILURE_SAFETY=0
  16. UNSAFE_QUORUM=true
  17. #The public keys of the Stellar testnet servers
  18. [QUORUM_SET]
  19. THRESHOLD_PERCENT=100
  20. VALIDATORS=["$self"]
  21. [HISTORY.vs]
  22. get="cp /tmp/stellar-core/history/vs/{0} {1}"
  23. put="cp {0} /tmp/stellar-core/history/vs/{1}"
  24. mkdir="mkdir -p /tmp/stellar-core/history/vs/{0}"
  25.  
  26. ./horizon --port 8000 --ingest=true --db-url "postgresql://stellar_user:stellar_user@localhost:5432/stellar_horizon_db?sslmode=disable" --stellar-core-db-url "postgresql://stellar_user:stellar_user@localhost:5432/stellar_node01_db?sslmode=disable" --stellar-core-url "http://127.0.0.1:11626"
  27.  
  28. HTTP_PORT=11636
  29. PUBLIC_HTTP_PORT=false
  30. RUN_STANDALONE=false
  31. NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
  32. NODE_SEED="SB6LSAQZFWT2D3EYFKVY5OKRTZP32FMLPI3YTKYY52TFG4ZLLKEMKPHJ self"
  33. NODE_IS_VALIDATOR=true
  34. DATABASE="postgresql://dbname=stellar_node03_db user=stellar_user password=stellar_user host=localhost"
  35. # Comma separated peers list
  36. KNOWN_PEERS=["127.0.0.1:11625"]
  37. # The port other instances of stellar-core can connect to you on.
  38. PEER_PORT=11635
  39. COMMANDS=["ll?level=debug"]
  40. FAILURE_SAFETY=0
  41. UNSAFE_QUORUM=true
  42. #The public keys of the Stellar testnet servers
  43. [QUORUM_SET]
  44. THRESHOLD_PERCENT=100
  45. VALIDATORS=["$self"]
  46. [HISTORY.vs]
  47. get="cp /tmp/stellar-core/history/vs/{0} {1}"
  48. put="cp {0} /tmp/stellar-core/history/vs/{1}"
  49. mkdir="mkdir -p /tmp/stellar-core/history/vs/{0}"
Add Comment
Please, Sign In to add comment