1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00
gancio_ynh/conf/config.json
2023-09-23 23:08:19 +02:00

24 lines
626 B
JSON

{
"baseurl": "https://__DOMAIN__",
"server": {
"host": "localhost",
"port": "__PORT__"
},
"log_level": "debug",
"log_path": "/var/log/__APP__/logs",
"db": {
"dialect": "postgres",
"storage": "",
"host": "localhost",
"database": "__DB_NAME__",
"username": "__DB_USER__",
"password": "__DB_PWD__",
"logging": false,
"dialectOptions": {
"autoJsonMap": true
}
},
"user_locale": "__DATA_DIR__/user_locale",
"upload_path": "__DATA_DIR__/uploads",
"plugins_path": "__DATA_DIR__/plugins"
}