sagaphone/backend/secrets.toml.example

10 lines
263 B
Text
Raw Normal View History

# 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