Skip to content

Instantly share code, notes, and snippets.

@Vishwas1
Created February 19, 2019 06:03
Show Gist options
  • Save Vishwas1/6e48c9da3998d6b450667c1a3bd1437a to your computer and use it in GitHub Desktop.
Save Vishwas1/6e48c9da3998d6b450667c1a3bd1437a to your computer and use it in GitHub Desktop.
HTTP_PORT=11626
PUBLIC_HTTP_PORT=true
RUN_STANDALONE=false
LOG_FILE_PATH=""
NETWORK_PASSPHRASE="Standalone Zagg Network ; Oct 2018"
NODE_SEED="SCHE4W7T6VEQHETUFNGQUCDRACMHLUIQQETCMIW6HRB5B7CN2GY6RY3S zaggnode01"
NODE_IS_VALIDATOR=true
# KNOWN_PEERS=["127.0.0.1:11635"]
#DATABASE="postgresql://dbname=stellar user=postgres password=password host=localhost"
#DATABASE="sqlite3://stellar.db"
DATABASE="postgresql://dbname=stellar_node01_db host=localhost user=stellar_node_user password=testdb"
#Bucket directory path
BUCKET_DIR_PATH = "buckets"
PEER_PORT=11625
COMMANDS=["ll?level=trace"]
FAILURE_SAFETY=0
UNSAFE_QUORUM=true
#The public keys of the Stellar testnet servers
[QUORUM_SET]
THRESHOLD_PERCENT=100
VALIDATORS=["$zaggnode01"]
[HISTORY.local]
get="cp /home/vishswasb/Documents/stellar-bc/tmp/stellar-core/history/vs/{0} {1}"
put="cp {0} /home/vishswasb/Documents/stellar-bc/tmp/stellar-core/history/vs/{1}"
mkdir="mkdir -p /home/vishswasb/Documents/stellar-bc/tmp/stellar-core/history/vs/{0}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment