webug/config.json

15 lines
249 B
JSON
Raw Normal View History

2019-12-14 19:07:29 +01:00
{
"app": {
"debug": true,
"use_reloader": true,
"host": "0.0.0.0",
"port": 5101
2020-02-21 15:45:30 +01:00
},
"socket": {
"ping_timeout": 8,
"ping_interval": 2
},
"display": {
"timeout": 86400
2019-12-14 19:07:29 +01:00
}
}