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 17:25:56 +02:00

25 lines
645 B
JSON

{
"baseurl": "__DOMAIN__",
"hostname": "__HOSTNAME__",
"server": {
"host": "localhost",
"port": __PORT__
},
"log_level": "debug",
"log_path": "/var/log/__APP__/logs",
"db": {
"dialect": "postgres",
"storage": "",
"host": "localhost",
"database": "__APP__",
"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",
}