1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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
[]
= true
= 30
[[]]
= "pdt"
= "http://127.0.0.1:8001"
= "http"
= true
[[]]
= "nghr"
= "http://127.0.0.1:8002"
= "http"
= true
[[]]
= "trp"
= "http://127.0.0.1:8010"
= "http"
= true
# 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