33 lines
475 B
JSON
33 lines
475 B
JSON
|
{
|
||
|
"configVersion": 12,
|
||
|
"migration": false,
|
||
|
"secret": "CHANGE_ME",
|
||
|
"port": 8080,
|
||
|
"url": {
|
||
|
"host": "music.gasdev.fr",
|
||
|
"secure": true
|
||
|
},
|
||
|
"apis": {
|
||
|
"youtube": {
|
||
|
"key": "CHANGE_ME"
|
||
|
},
|
||
|
"discogs": {
|
||
|
"enabled": false,
|
||
|
"client": "CHANGE_ME",
|
||
|
"secret": "CHANGE_ME"
|
||
|
}
|
||
|
},
|
||
|
"mail": {
|
||
|
"enabled": false,
|
||
|
"smtp": {
|
||
|
"host": "smtp.my.domain",
|
||
|
"port": 587,
|
||
|
"auth": {
|
||
|
"user": "CHANGE_ME",
|
||
|
"pass": "CHANGE_ME"
|
||
|
},
|
||
|
"secure": true
|
||
|
}
|
||
|
}
|
||
|
}
|