nmdc-webfrontend/nmdc-webfrontend.conf.SAMPLE

20 lines
262 B
Plaintext

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