mirror of
https://github.com/YunoHost-Apps/shlink_ynh.git
synced 2024-09-03 20:16:22 +02:00
11 lines
217 B
Text
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
|