Update common.funcs

This commit is contained in:
phahulin 2017-12-06 17:34:47 +03:00 committed by GitHub
parent 33bca39c04
commit d3233193e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ install_netstats_via_systemd() {
"LISTENING_PORT" : "30300",
"INSTANCE_NAME" : "${NODE_FULLNAME}",
"CONTACT_DETAILS" : "${NODE_ADMIN_EMAIL}",
"WS_SERVER" : "http://${NETSTATS_SERVER}:3000",
"WS_SERVER" : "${NETSTATS_SERVER}",
"WS_SECRET" : "${NETSTATS_SECRET}",
"VERBOSITY" : 2
}