akarpov/.env.example

7 lines
225 B
Plaintext
Raw Normal View History

2022-12-20 19:29:29 +03:00
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/akarpov
CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL=redis://localhost:6379/1
2023-01-03 10:58:52 +03:00
REDIS_CACHE=rediscache://localhost:6379/1
2022-12-20 19:29:29 +03:00
USE_DOCKER=no
EMAIL_HOST=127.0.0.1:8025