remove seed-nodes ip from default config
This commit is contained in:
parent
49d28e3ac2
commit
96e2d1718a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:20.10
|
||||||
MAINTAINER PeerPlays Blockchain Standards Association
|
MAINTAINER PeerPlays Blockchain Standards Association
|
||||||
|
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ p2p-endpoint = 0.0.0.0:9777
|
||||||
# seed-node =
|
# seed-node =
|
||||||
|
|
||||||
# JSON array of P2P nodes to connect to on startup
|
# JSON array of P2P nodes to connect to on startup
|
||||||
seed-nodes = ["96.46.48.98:9777", "96.46.48.98:19777", "96.46.48.98:29777", "96.46.48.98:39777", "96.46.48.98:49777", "96.46.48.98:59777"]
|
seed-nodes = []
|
||||||
|
|
||||||
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
|
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
|
||||||
# checkpoint =
|
# checkpoint =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue