mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
15 lines
232 B
Bash
15 lines
232 B
Bash
DATABASE_TYPE = postgresql
|
|
|
|
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
|
|
|
|
SKIP_DB_CHECK
|
|
|
|
DISABLE_TELEMETRY = 1
|
|
|
|
HOSTNAME = __DOMAIN__
|
|
|
|
PORT = __PORT__
|
|
|
|
BASE_PATH = __PATH__
|
|
|
|
REMOVE_TRAILING_SLASH = 1
|