mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
5 lines
165 B
Bash
5 lines
165 B
Bash
DATABASE_TYPE=postgresql
|
|
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__
|
|
DISABLE_TELEMETRY=0
|
|
PORT=__PORT__
|
|
DEFAULT_LOCALE="__LANGUAGE__"
|