8 lines
135 B
Bash
8 lines
135 B
Bash
# Database
|
|
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/ingest_db
|
|
|
|
# Application
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=8000
|
|
|