spiderweb/cfg/config.json.template
2024-03-10 08:09:01 +01:00

30 lines
926 B
Plaintext

{
"mysql":{
"host":"localhost",
"user":"foo",
"passwd":"bar",
"db":"dxcluster"
},
"timer":{
"interval":30000
},
"mycallsign":"XXXXXX",
"mail":"foo@bar.com",
"enable_cq_filter":"n",
"telnet": {
"host": "mysite",
"port": "7300",
"user": "myuser",
"password": ""
},
"menu": {
"menu_list": [
{"label":"Charts & stats", "link": "/plots.html", "external": false},
{"label": "Propagation", "link": "/propagation.html", "external": false},
{"label":"Sources", "link": "https://github.com/coulisse/spiderweb/" , "external": true},
{"label":"Cookies", "link": "/cookies.html", "external": false},
{"label":"Privacy", "link": "/privacy.html", "external": false}
]
}
}