mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-04 03:14:44 +00:00
Put in NAT option in boilerplate
This commit is contained in:
parent
4625fd6b5a
commit
c488f69c47
@ -26,6 +26,8 @@ staging:
|
||||
bootnodes:
|
||||
boot: false
|
||||
enodes: [] #insert enode urls here.
|
||||
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
port: 30303
|
||||
account:
|
||||
init: false
|
||||
address:
|
||||
@ -40,6 +42,8 @@ production:
|
||||
bootnodes:
|
||||
boot: false
|
||||
enodes: []
|
||||
nat: #NAT port mapping mechanism (any|none|upnp|pmp|extip:<IP>)
|
||||
port: 30303
|
||||
account:
|
||||
init: false
|
||||
address:
|
||||
|
Loading…
x
Reference in New Issue
Block a user