From 67c0e4c32430d1ec5492610b65753ad3df9b296c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:22:10 +0200 Subject: [PATCH] Update .env --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index b764ab8..afa1777 100644 --- a/conf/.env +++ b/conf/.env @@ -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 \ No newline at end of file +DAEMON_VERBOSE=true