diff --git a/conf/.env b/conf/.env index 58d1b53..b764ab8 100644 --- a/conf/.env +++ b/conf/.env @@ -10,5 +10,5 @@ DB_PASSWORD=__DB_PWD__ 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=false -DAEMON_VERBOSE=false \ No newline at end of file +DAEMON_DEBUG=true +DAEMON_VERBOSE=true \ No newline at end of file