Temporary configuration to run Gancio on fly.io

This commit is contained in:
Renne Rocha 2024-12-13 20:42:02 -03:00
parent 72f925d0a9
commit f9d7a5d09e
3 changed files with 83 additions and 0 deletions

41
gancio/config.json Normal file
View file

@ -0,0 +1,41 @@
{
"baseurl": "https://agenda.rocha.dev.br",
"hostname": "agenda.rocha.dev.br",
"server": {
"host": "0.0.0.0",
"port": 13120
},
"log_level": "debug",
"log_path": "/data/logs",
"db": {
"dialect": "sqlite",
"storage": "/data/gancio.sqlite",
"logging": false,
"dialectOptions": {
"autoJsonMap": true
},
"retry": {
"match": [
null,
null,
null,
{},
{}
],
"max": 15
}
},
"user_locale": "/data/user_locale",
"upload_path": "/data/uploads",
"proxy": {
"protocol": "",
"hostname": "",
"host": "",
"port": "",
"auth": {
"username": "",
"password": ""
},
"headers": {}
}
}