1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facilmap_ynh.git synced 2024-09-03 18:36:07 +02:00

Set BASE_URL

This commit is contained in:
Candid Dauth 2024-07-05 15:37:13 +02:00
parent 9e7e5b843c
commit f3b49e1641

View file

@ -8,6 +8,8 @@ USER_AGENT=__USER_AGENT__
HOST=127.0.0.1
PORT=__PORT__
BASE_URL=https://__DOMAIN____PATH__
# Database configuration. DB_TYPE can be mysql, postgres, sqlite or mssql.
# See https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor for details.
DB_TYPE=mysql