nmdc-webfrontend/nmdc-webfrontend.conf.SAMPLE

21 lines
309 B
Plaintext

{
"app": {
"motd" : "Welcome!<br>"
},
"web": {
"port" : 8082,
"bind_to": "127.0.0.1",
"extern" : "http://127.0.0.1:8082",
"title" : "DCWebUI",
"custom_favicon": false
},
"hub": {
"address": "127.0.0.1",
"port" : 411,
"tag" : "nmdc-webfrontend"
}
}