sagaphone/backend/secrets.toml.example
Tim e5b4f54cd8 Scaffold backend (FastAPI/uv) and frontend (SvelteKit/bun)
Backend: FastAPI app with health check, AppError hierarchy, stderr
logging via LOG_LEVEL, ruff+pyright(strict) config, pytest passing.

Frontend: SvelteKit (TS) with prettier, eslint, vitest (unit +
component), adapter-node for self-hosted deployment on Zeus.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-17 22:12:44 +02:00

9 lines
263 B
Text

# Copy to secrets.toml and fill in real values. secrets.toml is git-ignored.
[anthropic]
api_key = "sk-ant-..." # Haiku API key, server-side only, never sent to the client
[server]
host = "0.0.0.0"
port = 8000
log_level = "INFO" # DEBUG | INFO | WARN | ERROR