-
Notifications
You must be signed in to change notification settings - Fork 378
/
config_sample.toml
52 lines (41 loc) · 1.22 KB
/
config_sample.toml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#keystore-path =
#datadir = "~/.raiden"
## Ethereum address to use, must exist in `keystore-path`
#address =
#password-file =
#secret-registry-contract-address = "0x7862eF1296EeF5Fa55ef056c0cB03FF8D4d49Cf8"
#tokennetwork-registry-contract-address = "0x66eea3159A01d134DD64Bfe36fde4bE9ED9c1695"
#endpoint-registry-contract-address = "0x1E3941d8c05ffFA7466216480209240cc26ea577"
#console = false
## Transport system to use. 'matrix' is the only supported one at the moment
#transport = "matrix"
## Available networks:
## mainnet: 1
## ropsten: 3
## rinkeby: 4
## kovan: 42
#network-id = 3
#sync-check = true
#gas-price =
#eth-rpc-endpoint = "127.0.0.1:8545"
#listen-address = "0.0.0.0:38647"
#max-unresponsive-time = 30
#send-ping-time = 60
## Available nat methods:
## auto - Try UPnP, then STUN, fallback to none
## upnp - Try UPnP, fallback to none
## stun - Try STUN, fallback to none
## none - Use the local interface address
# nat = "auto"
## Valid values:
## auto - automatically select a suitable homeserver
## A URL pointing to a Raiden matrix homeserver
#matrix-server = "auto"
#log-file =
#log-json = false
#rpc = true
#rpccorsdomain = "http://localhost:*/*"
#api-address = "127.0.0.1:5001"
#web-ui = true
#[log-config]
#"" = "INFO"