mirror of
https://github.com/YunoHost-Apps/gancio_ynh.git
synced 2024-09-03 20:36:19 +02:00
25 lines
651 B
JSON
25 lines
651 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": "__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",
|
|
}
|