whitespace in sample config file

This commit is contained in:
mappu 2017-02-06 16:27:33 +13:00
parent d33ba5c085
commit 5da61d5922
1 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
{
"app": {
"motd" : "Welcome!<br>"
"motd": "Welcome!<br>"
},
"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"
}
}