diff --git a/Docker/config.ini b/Docker/config.ini index dd895e931f3024afc02bcdb9b68be5f300dcd702..146730c11c5251336650ae9dcb2a806422a48640 100644 --- a/Docker/config.ini +++ b/Docker/config.ini @@ -18,7 +18,7 @@ shared-file-dir = "blockchain" shared-file-size = 8192 # The local IP and port to listen for incoming http connections. -http-server-endpoint = 0.0.0.0:8888 +http-server-address = 0.0.0.0:8888 # The Access-Control-Allow-Origin http value # access-control-allow-origin = * @@ -30,13 +30,13 @@ http-server-endpoint = 0.0.0.0:8888 # access-control-allow-credentials = true # The local IP address and port to listen for incoming connections. -listen-endpoint = 0.0.0.0:9876 +listen-address = 0.0.0.0:9876 # The IP address and port of a remote peer to sync with. # remote-endpoint = # The public IP address and port that should be advertized to peers. -public-endpoint = 0.0.0.0:9876 +public-address = 0.0.0.0:9876 # Enable block production, even if the chain is stale. enable-stale-production = true