docker/gancio/data/config.json

41 lines
738 B
JSON
Raw Normal View History

2024-06-19 12:48:05 +02:00
{
"baseurl": "https://ga.lan",
"hostname": "ga.lan",
"server": {
"host": "0.0.0.0",
"port": 13120
},
"log_level": "debug",
"log_path": "/home/node/data/logs",
"db": {
"dialect": "sqlite",
"storage": "/home/node/data/gancio.sqlite",
"logging": false,
"dialectOptions": {
"autoJsonMap": true
},
"retry": {
"match": [
null,
null,
null,
{},
{}
],
"max": 15
}
},
"user_locale": "/home/node/data/user_locale",
"upload_path": "/home/node/data/uploads",
"proxy": {
"protocol": "",
"hostname": "",
"host": "",
"port": "",
"auth": {
"username": "",
"password": ""
},
"headers": {}
}
}