Files
mf-fitter/.env.example
2024-12-28 05:01:10 +00:00

9 lines
203 B
Plaintext

# PostgreSQL connection settings
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=changeme
# Logging level (debug, info, warn, error)
RUST_LOG=info