5 lines
No EOL
137 B
Bash
5 lines
No EOL
137 B
Bash
# Database Configuration
|
|
DATABASE_URL=postgres://postgres:password@localhost:5432/pylon
|
|
|
|
# Optional: Logging Configuration
|
|
RUST_LOG=info |