Guest User

Untitled

a guest
Dec 28th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # simple configuration for a standalone test "network"
  2. # see stellar-core_example.cfg for a description of the configuration parameters
  3.  
  4. HTTP_PORT=11626
  5. PUBLIC_HTTP_PORT=true
  6. RUN_STANDALONE=true
  7. LOG_FILE_PATH=""
  8.  
  9. NETWORK_PASSPHRASE="Standalone Test Network ; Oct 2018"
  10.  
  11. NODE_SEED="SCNNL6IKBNRINHHXE3W2SO6RLKIU2Q2WHCGBQEZIW74SPBTZJTNBVO7M zagg-node01"
  12. NODE_IS_VALIDATOR=true
  13.  
  14. KNOWN_PEERS=["127.0.0.1:11635"]
  15.  
  16. #DATABASE="postgresql://dbname=stellar user=postgres password=password host=localhost"
  17. #DATABASE="sqlite3://stellar.db"
  18. DATABASE="postgresql://dbname=stellar_node01_db host=localhost user=stellar_node_user password=testdb"
  19.  
  20.  
  21. #Bucket directory path
  22. BUCKET_DIR_PATH = "buckets"
  23.  
  24. PEER_PORT=11625
  25.  
  26. COMMANDS=["ll?level=trace"]
  27.  
  28. FAILURE_SAFETY=0
  29. UNSAFE_QUORUM=true
  30. #The public keys of the Stellar testnet servers
  31. [QUORUM_SET]
  32.  
  33. THRESHOLD_PERCENT=100
  34. VALIDATORS=["$zagg-node01"]
  35.  
  36. [HISTORY.vs]
  37. get="cp tmp/stellar-core/history/vs/{0} {1}"
  38. put="cp {0} tmp/stellar-core/history/vs/{1}"
  39. mkdir="mkdir -p tmp/stellar-core/history/vs/{0}"
Add Comment
Please, Sign In to add comment