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
Éric Gaspar 036103b70a Fix
2023-04-26 10:49:04 +02:00

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