kannon/example_config_library.json

28 lines
487 B
JSON
Raw Normal View History

2022-04-14 14:23:41 +02:00
{
"server": {
"enabled": false
},
"log": {
"level": "debug",
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
},
"library": {
"enabled": true,
"sources": [
"/home/velvettear/downloads"
],
"formats": [
"mp3",
"flac"
]
},
"database": {
"dialect": "postgres",
"storage": "/tmp/kannon.sqlite",
2022-04-20 16:15:33 +02:00
"host": "192.168.104.136",
2022-04-14 14:23:41 +02:00
"port": 5432,
"database": "kannon",
"username": "postgres",
"password": "$Velvet90"
}
}