1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2023-09-28 14:22:10 +02:00
parent 145ec085d7
commit 67c0e4c324

View file

@ -1,6 +1,6 @@
# Database configuration
DB_DRIVER=pgsql
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=__DB_NAME__
DB_USERNAME=__DB_USER__
@ -11,4 +11,4 @@ DAEMON_URL=https://__DOMAIN____PATH__/ # Public URL of your Movim instance
DAEMON_PORT=__PORT__ # Port on which the daemon will listen
DAEMON_INTERFACE=127.0.0.1 # Interface on which the daemon will listen, must be an IP
DAEMON_DEBUG=true
DAEMON_VERBOSE=true
DAEMON_VERBOSE=true