backend/.env.template

5 lines
168 B
Plaintext
Raw Normal View History

2023-09-08 16:47:40 +03:00
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/press_release_nl
CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL=redis://localhost:6379/1
USE_DOCKER=no