1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/crabfit_ynh.git synced 2024-09-03 18:16:21 +02:00
crabfit_ynh/conf/back.env
Antoine Lima 0e4e6fb6b8
Properly modify the upstream code using patches
(thanks to @oiseauroch <3)
2024-03-09 23:33:17 +01:00

3 lines
125 B
Bash

FRONTEND_URL=https://__DOMAIN__/
DATABASE_URL=postgres://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
PORT=__PORT_API__