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-16 12:00:10 +01:00
parent 561ca8b622
commit d6d8bb1400

View file

@ -1,4 +1,10 @@
ENV_SHIORI_WEBROOT=__PATH__
ENV_SHIORI_PORT=__PORT__
ENV_SHIORI_DIR=__DATA_DIR__
ENV_SHIORI_DATABASE_URL="postgres://__DB_USER__:__DB_PWD__@hostname/__DB_NAME__?sslmode=verify-full"
ENV_SHIORI_DATABASE_URL="postgres://__DB_USER__:__DB_PWD__@hostname/__DB_NAME__?sslmode=verify-full"
#SHIORI_DBMS=postgres
#SHIORI_MYSQL_USER=__DB_USER__
#SHIORI_MYSQL_PASS=__DB_PWD__
#SHIORI_MYSQL_NAME=__DB_NAME__
#SHIORI_MYSQL_ADDRESS=hostname