diff --git a/conf/.env.production b/conf/.env.production index 5b3d21e..43ccef1 100644 --- a/conf/.env.production +++ b/conf/.env.production @@ -17,7 +17,7 @@ export DATABASE_URL=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__ # export DATABASE_DISABLE_POOLING= # Redis (required for API rate limits and email sending) -export REDIS_URL=redis://127.0.0.1:6379/__REDIS_DB__ +export REDIS_URL=redis:// # API rate limits # export API_RATE_LIMITS="300 per 5 minutes"