mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 00:06:34 +03:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/akarpov
|
|
CELERY_BROKER_URL=redis://localhost:6379/0
|
|
REDIS_URL=redis://localhost:6379/1
|
|
REDIS_CACHE=rediscache://localhost:6379/1
|
|
USE_DOCKER=no
|
|
EMAIL_HOST=127.0.0.1
|
|
EMAIL_PORT=1025
|
|
SENTRY_DSN=
|
|
EMAIL_PASSWORD=
|
|
EMAIL_USER=
|
|
EMAIL_USE_SSL=false
|