2023-09-23 17:25:56 +02:00
|
|
|
{
|
2023-09-23 23:08:19 +02:00
|
|
|
"baseurl": "https://__DOMAIN__",
|
2023-09-23 17:25:56 +02:00
|
|
|
"server": {
|
|
|
|
"host": "localhost",
|
2023-09-23 17:26:20 +02:00
|
|
|
"port": "__PORT__"
|
2023-09-23 17:25:56 +02:00
|
|
|
},
|
|
|
|
"log_level": "debug",
|
|
|
|
"log_path": "/var/log/__APP__/logs",
|
|
|
|
"db": {
|
|
|
|
"dialect": "postgres",
|
|
|
|
"storage": "",
|
|
|
|
"host": "localhost",
|
2023-09-23 18:11:04 +02:00
|
|
|
"database": "__DB_NAME__",
|
2023-09-23 17:25:56 +02:00
|
|
|
"username": "__DB_USER__",
|
|
|
|
"password": "__DB_PWD__",
|
|
|
|
"logging": false,
|
|
|
|
"dialectOptions": {
|
|
|
|
"autoJsonMap": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"user_locale": "__DATA_DIR__/user_locale",
|
|
|
|
"upload_path": "__DATA_DIR__/uploads",
|
2023-09-23 23:08:19 +02:00
|
|
|
"plugins_path": "__DATA_DIR__/plugins"
|
2023-09-23 17:25:56 +02:00
|
|
|
}
|