1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
umami_ynh/conf/.env
2023-04-26 10:50:55 +02:00

13 lines
200 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__
REMOVE_TRAILING_SLASH=1