frontend-mondvogel/misc/conf.example.json

17 lines
222 B
JSON
Raw Normal View History

2024-06-21 14:04:58 +02:00
{
"log": {
"format": "human_readable",
"min_level": "info"
},
"backend": {
"scheme": "http",
"host": "localhost",
"port": 4916,
"path": ""
},
"credentials": {
"name": "admin",
"password": "admin"
}
}