diff --git a/nmdc-webfrontend.conf.SAMPLE b/nmdc-webfrontend.conf.SAMPLE index 5a9472a..d3fa51e 100644 --- a/nmdc-webfrontend.conf.SAMPLE +++ b/nmdc-webfrontend.conf.SAMPLE @@ -1,20 +1,20 @@ { "app": { - "motd" : "Welcome!
" + "motd": "Welcome!
" }, "web": { - "port" : 8082, + "port": 8082, "bind_to": "127.0.0.1", - "title" : "DCWebUI", + "title": "DCWebUI", "custom_favicon": false }, "hub": { "address": "127.0.0.1", - "port" : 411, - "tag" : "nmdc-webfrontend" + "port": 411, + "tag": "nmdc-webfrontend" } } \ No newline at end of file