Webinterface/config.json.example

10 lines
178 B
Plaintext
Raw Permalink Normal View History

2024-03-27 10:05:41 +00:00
{
"host": "localhost",
"port": 8000,
"LonaDB": {
"host": "localhost",
"port": 4040,
"username": "root",
"password": "password"
}
}