diff --git a/vee-mainnet.conf b/vee-mainnet.conf index df7c0249f..d03d4b512 100644 --- a/vee-mainnet.conf +++ b/vee-mainnet.conf @@ -4,7 +4,7 @@ vee { # directory = /tmp/vee # Application logging level. Could be DEBUG | INFO | WARN | ERROR. Default value is INFO. - logging-level = DEBUG + logging-level = INFO # P2P Network settings network { @@ -17,10 +17,10 @@ vee { connection-timeout = 30s # Network address - #bind-address = "0.0.0.0" + bind-address = "0.0.0.0" # Port number - #port = 9921 + port = 9921 # Node name to send during handshake. Comment this string out to set random node name. # node-name = "My MAINNET node"