Changeset 0.33.0 (#207)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-19 21:37:32 +00:00
committed by xcaliber
parent b1266b0d7c
commit ed3e9363f2
42 changed files with 2527 additions and 129 deletions

View File

@@ -43,6 +43,8 @@ CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
# BANNER_POSITION=top
# ── Logging ──────────────────────────────────
# LOG_FORMAT: "text" (default, human-readable) or "json" (structured, machine-parseable)
LOG_FORMAT=text
LOG_LEVEL=info
# ── File Storage ─────────────────────────────