# Server Configuration
SERVER_ADDR=127.0.0.1:3000

# Database Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/pylon

# Optional: Logging Configuration
RUST_LOG=info