sharenet/backend/config/api-postgres.env

8 lines
No EOL
188 B
Bash

# 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