9 lines
203 B
Plaintext
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 |