# Trustee User Configuration
#
# Only include settings you want to override from defaults.
# All defaults are embedded in the binary (config/trustee_default.toml).
# MCP (Model Context Protocol) Server Configuration
[]
= false
= 30
# Uncomment below to override checkpoint storage to DocumentDB:
# [checkpointing.storage_backend]
# backend_type = "documentdb"
# storage_mode = "remote"
# connection_url = "${DOCUMENTDB_URL}"
# database = "${DOCUMENTDB_DATABASE}"
# collection = "checkpoints"
# username = "${DOCUMENTDB_USERNAME}"
# password = "${DOCUMENTDB_PASSWORD}"
# tls_enabled = true
# tls_allow_invalid_certs = true
# connection_timeout_secs = 30