-
Notifications
You must be signed in to change notification settings - Fork 4
/
stellar-core-sample.cfg
37 lines (26 loc) · 1.09 KB
/
stellar-core-sample.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
HTTP_PORT=11626
PUBLIC_HTTP_PORT=true
RUN_STANDALONE=false
LOG_FILE_PATH=""
NETWORK_PASSPHRASE="Standalone Zagg Network ; Jan 2019"
#NODE_SEED="SAIXWUYNKROTNK2NTIOVIT2CRJN4DP7ACIW54K5JQ64IWS7GPZDSDCS5 zaggnode01"
NODE_SEED="SAKZONYBBZKM5CF2GLIRTIQF3QMN4LTNIFYRPRSIFZ66HEUHP3TGNN6A zaggnode01"
NODE_IS_VALIDATOR=true
# KNOWN_PEERS=["127.0.0.1:11635"]
#DATABASE="postgresql://dbname=stellar user=stellar_node01_db password=password host=localhost"
#DATABASE="sqlite3://stellar.db"
DATABASE="postgresql://dbname=stellar_node01_db host=localhost user=zagg_user1 password=password"
#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 /Users/siddharths/Desktop/work/pramati/stellar-bc/history/vs/{0} {1}"
put="cp {0} /Users/siddharths/Desktop/work/pramati/stellar-bc/tmp/stellar-core/history/vs/{1}"
mkdir="mkdir -p /Users/siddharths/Desktop/work/pramati/stellar-bc/tmp/stellar-core/history/vs/{0}"