1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2023-11-15 23:15:05 +01:00
parent 274f09b9aa
commit 55f81f1c6c

View file

@ -1,4 +1,4 @@
SHIORI_WEBROOT=__PATH__ SHIORI_WEBROOT=__PATH__
SHIORI_PORT__PORT__ SHIORI_PORT=__PORT__
SHIORI_DIR=__DATA_DIR__ SHIORI_DIR=__DATA_DIR__
SHIORI_DATABASE_URL="postgres://__DB_USER__:__DB_PWD__@hostname/__DB_NAME__?sslmode=verify-full" SHIORI_DATABASE_URL="postgres://__DB_USER__:__DB_PWD__@hostname/__DB_NAME__?sslmode=verify-full"