spiderweb/cfg/config.json.template

30 lines
926 B
Plaintext
Raw Normal View History

2020-09-26 16:07:19 +00:00
{
"mysql":{
"host":"localhost",
"user":"foo",
"passwd":"bar",
"db":"dxcluster"
},
"timer":{
"interval":30000
},
"mycallsign":"XXXXXX",
2021-12-12 14:34:59 +00:00
"mail":"foo@bar.com",
"enable_cq_filter":"n",
2023-11-12 08:13:10 +00:00
"telnet": {
"host": "mysite",
"port": "7300",
"user": "myuser",
"password": ""
},
2020-09-26 16:07:19 +00:00
"menu": {
"menu_list": [
2023-01-01 22:03:51 +00:00
{"label":"Charts & stats", "link": "/plots.html", "external": false},
2023-12-02 08:29:26 +00:00
{"label": "Propagation", "link": "/propagation.html", "external": false},
2020-09-26 16:07:19 +00:00
{"label":"Sources", "link": "https://github.com/coulisse/spiderweb/" , "external": true},
2021-05-06 14:54:58 +00:00
{"label":"Cookies", "link": "/cookies.html", "external": false},
2020-11-08 10:44:50 +00:00
{"label":"Privacy", "link": "/privacy.html", "external": false}
2020-09-26 16:07:19 +00:00
]
}
}