diff --git a/conf/.env.production b/conf/.env.production index 48c36c3..43ccef1 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -14,7 +14,7 @@ export UPLOAD_FOLDER=/home/yunohost.app/__APP__/data # PostgreSQL export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__ -export DATABASE_DISABLE_POOLING=true +# export DATABASE_DISABLE_POOLING= # Redis (required for API rate limits and email sending) export REDIS_URL=redis://