mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-11-22 19:36:32 +03:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
|
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/pitch_deck_generator
|
||
|
CELERY_BROKER_URL=redis://localhost:6379/0
|
||
|
REDIS_URL=redis://localhost:6379/1
|
||
|
USE_DOCKER=no
|
||
|
OPENAI_KEY=
|