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
Mateusz d76186fb7d
Only keep necessary assets. (#33)
* Trim down assets.

* Yarn restore after copying data

* Also copy hidden folders

* Properly move static

* Change the update script

* Use proper build path.

* Fix version checking?

* Another version check fix?

* Fix removal of old files.

* Fix pattern for removal.

* Use ynh_secure_remove

* Don't use rm

* Properly move files

* Fix app upgrade.
2023-11-03 00:01:24 +01:00

6 lines
185 B
Bash

DATABASE_TYPE=postgresql
DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__
DISABLE_TELEMETRY=1
PORT=__PORT__
DEFAULT_LOCALE="__LANGUAGE__"
NODE_ENV=production