whitespace in sample config file
This commit is contained in:
parent
d33ba5c085
commit
5da61d5922
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"app": {
|
"app": {
|
||||||
"motd" : "Welcome!<br>"
|
"motd": "Welcome!<br>"
|
||||||
},
|
},
|
||||||
|
|
||||||
"web": {
|
"web": {
|
||||||
"port" : 8082,
|
"port": 8082,
|
||||||
"bind_to": "127.0.0.1",
|
"bind_to": "127.0.0.1",
|
||||||
"title" : "DCWebUI",
|
"title": "DCWebUI",
|
||||||
"custom_favicon": false
|
"custom_favicon": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"hub": {
|
"hub": {
|
||||||
"address": "127.0.0.1",
|
"address": "127.0.0.1",
|
||||||
"port" : 411,
|
"port": 411,
|
||||||
"tag" : "nmdc-webfrontend"
|
"tag": "nmdc-webfrontend"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user