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:
parent
9e7e5b843c
commit
f3b49e1641
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ USER_AGENT=__USER_AGENT__
|
||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
PORT=__PORT__
|
PORT=__PORT__
|
||||||
|
|
||||||
|
BASE_URL=https://__DOMAIN____PATH__
|
||||||
|
|
||||||
# Database configuration. DB_TYPE can be mysql, postgres, sqlite or mssql.
|
# 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.
|
# See https://sequelize.org/master/class/lib/sequelize.js~Sequelize.html#instance-constructor-constructor for details.
|
||||||
DB_TYPE=mysql
|
DB_TYPE=mysql
|
||||||
|
|
Loading…
Add table
Reference in a new issue