forked from perun-network/perun-eth-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.json
34 lines (33 loc) · 955 Bytes
/
config_template.json
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
{
"alias": "peer",
"mnemonic": "pistol kiwi shrug future ozone ostrich match remove crucial oblige cream critic",
"accountIndex": 1,
"channel": {
"timeout": "30s",
"fundtimeout": "30s",
"settleTimeout": "30s",
"challengeDurationSec": 60
},
"node": {
"ip": "0.0.0.0",
"port": 5751,
"dialTimeout": "30s",
"handleTimeout": "30s",
"reconnectTimeout": "20s",
"persistencePath": "/tmp/peer_database"
},
"chain": {
"url": "ws://ganache:8545",
"contractsetup": "validate",
"adjudicator": "0x079557d7549d7D44F4b00b51d2C532674129ed51",
"assetholder": "0x923439be515b6a928cb9650d70000a9044e49e85",
"app": "0xe72d67D4d7CB437D086445Be955385dD520Bfe11",
"txTimeout": "30s",
"txFinalityDepth": 3,
"ID": 1337
},
"log": {
"level": "warn",
"file": "logs/peer.log"
}
}