7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
|
|
# Database (port 5433 to avoid conflict with existing Postgres)
|
||
|
|
DATABASE_URL=postgresql+asyncpg://orchestrator:orchestrator@localhost:5433/orchestrator
|
||
|
|
|
||
|
|
# Application
|
||
|
|
DEBUG=true
|
||
|
|
APP_NAME=LetsBe Orchestrator
|