mirror of https://github.com/embarklabs/embark.git
Update blockchain.yml
This commit is contained in:
parent
ac268c0cd7
commit
6567706cfa
|
@ -24,7 +24,7 @@ staging:
|
|||
bootnodes:
|
||||
boot: false
|
||||
enodes: [] #insert enode urls here.
|
||||
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
port: 30303
|
||||
account:
|
||||
init: false
|
||||
|
@ -39,7 +39,7 @@ production:
|
|||
bootnodes:
|
||||
boot: false
|
||||
enodes: []
|
||||
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
nat: any #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
port: 30303
|
||||
account:
|
||||
init: false
|
||||
|
|
Loading…
Reference in New Issue