whitespace in sample config file
This commit is contained in:
parent
d33ba5c085
commit
5da61d5922
@ -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"
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user