12 lines
252 B
Text
12 lines
252 B
Text
# PostgreSQL Database Configuration
|
|
POSTGRES_DB=your_database_name
|
|
POSTGRES_USER=your_username
|
|
POSTGRES_PASSWORD=your_secure_password
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
# FastAPI Configuration
|
|
PYTHONPATH=/app
|
|
|
|
# Development settings
|
|
DEBUG=true
|