Put in NAT option in boilerplate
This commit is contained in:
parent
4625fd6b5a
commit
c488f69c47
|
@ -26,6 +26,8 @@ staging:
|
||||||
bootnodes:
|
bootnodes:
|
||||||
boot: false
|
boot: false
|
||||||
enodes: [] #insert enode urls here.
|
enodes: [] #insert enode urls here.
|
||||||
|
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||||
|
port: 30303
|
||||||
account:
|
account:
|
||||||
init: false
|
init: false
|
||||||
address:
|
address:
|
||||||
|
@ -40,6 +42,8 @@ production:
|
||||||
bootnodes:
|
bootnodes:
|
||||||
boot: false
|
boot: false
|
||||||
enodes: []
|
enodes: []
|
||||||
|
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||||
|
port: 30303
|
||||||
account:
|
account:
|
||||||
init: false
|
init: false
|
||||||
address:
|
address:
|
||||||
|
|
Loading…
Reference in New Issue