mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
15 lines
302 B
Text
15 lines
302 B
Text
|
# Database configuration
|
||
|
DB_DRIVER=pgsql
|
||
|
DB_HOST=localhost
|
||
|
DB_PORT=5432
|
||
|
DB_DATABASE=__DB_NAME__
|
||
|
DB_USERNAME=__DB_USER__
|
||
|
DB_PASSWORD=__DB_PWD__
|
||
|
|
||
|
# Daemon configuration
|
||
|
DAEMON_URL=https://__DOMAIN____PATH__/
|
||
|
DAEMON_PORT=__PORT____PORT__
|
||
|
DAEMON_INTERFACE=127.0.0.1
|
||
|
DAEMON_DEBUG=false
|
||
|
DAEMON_VERBOSE=false
|