mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
Update .env
This commit is contained in:
parent
d94251b7e8
commit
9e90b133c1
1 changed files with 1 additions and 7 deletions
|
@ -1,13 +1,7 @@
|
||||||
DATABASE_TYPE=postgresql
|
DATABASE_TYPE=postgresql
|
||||||
|
|
||||||
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
|
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__
|
||||||
|
|
||||||
SKIP_DB_CHECK
|
|
||||||
|
|
||||||
DISABLE_TELEMETRY=1
|
DISABLE_TELEMETRY=1
|
||||||
|
|
||||||
HOSTNAME=__DOMAIN__
|
|
||||||
|
|
||||||
PORT=__PORT__
|
PORT=__PORT__
|
||||||
|
|
||||||
REMOVE_TRAILING_SLASH=1
|
|
||||||
|
|
Loading…
Reference in a new issue