Update CONTRIBUTING.md

This commit is contained in:
Nicolas 2024-07-22 19:17:53 -04:00 committed by GitHub
parent 1bc36e1a56
commit ac692ef09c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ NUM_WORKERS_PER_QUEUE=8
PORT=3002
HOST=0.0.0.0
REDIS_URL=redis://localhost:6379
REDIS_RATE_LIMIT_URL=redis://localhost:6379
## To turn on DB authentication, you need to set up supabase.
USE_DB_AUTHENTICATION=false