akarpov/.env.example

7 lines
204 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 01:31:02 +03:00
REDIS_HOST=localhost
2022-12-20 19:29:29 +03:00
USE_DOCKER=no
EMAIL_HOST=127.0.0.1:8025