Spaces:
Paused
Paused
File size: 156 Bytes
4beb1ef |
1 2 3 4 5 6 7 8 9 10 |
# Database connection
DATABASE_URL=postgresql://postgres:123123@localhost:5433/postgres
# Server settings
HOST=0.0.0.0
PORT=7860
# Logging
LOG_LEVEL=INFO
|