1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shlink_ynh.git synced 2024-09-03 20:16:22 +02:00
shlink_ynh/conf/.env-sample
Éric Gaspar 25f2056577
Fix
2022-06-17 11:46:36 +02:00

11 lines
217 B
Text

DEFAULT_DOMAIN=__DOMAIN__
IS_HTTPS_ENABLED=true
AUTO_RESOLVE_TITLES=false
DEFAULT_SHORT_CODES_LENGTH=5
DB_DRIVER=postgres
DB_HOST=localhost
DB_NAME=__DB_NAME__
DB_USER=__DB_USER__
DB_PASSWORD=__DB_PWD__
DB_PORT=5432