chore: add LOG_LEVEL to docker compose and readme

This commit is contained in:
Henry
2026-03-13 22:26:04 +00:00
parent 3604a49a89
commit 4f6fc66f84
6 changed files with 31 additions and 2 deletions

View File

@@ -51,6 +51,9 @@ TRELLO_APP_SECRET=
# If not provided, rate limiting will use in-memory storage
REDIS_URL= # e.g. redis://default:your_password@your_host:6379
# Logging (optional - debug, info, warn, error; defaults to debug in dev, info in prod)
LOG_LEVEL=
# OAuth providers (optional)
BETTER_AUTH_TRUSTED_ORIGINS=
# Optional: Restrict OIDC/Social sign-ins to specific email domains (comma-separated)