akarpov/.env.example

6 lines
183 B
Plaintext

DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/akarpov
CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL=redis://localhost:6379/1
USE_DOCKER=no
EMAIL_HOST=127.0.0.1:8025