From 5da61d5922cdab21f36f5e36bde6077f771c5df3 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 6 Feb 2017 16:27:33 +1300 Subject: [PATCH] whitespace in sample config file --- nmdc-webfrontend.conf.SAMPLE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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