Files
memory-gateway/config.example.yaml

30 lines
705 B
YAML

# Copy this file to config.yaml and replace placeholders with local values.
# Do not commit config.yaml because it may contain backend root keys.
server:
host: "127.0.0.1"
port: 1934
# Optional key that protects Memory Gateway itself. Leave empty for local dev.
api_key: ""
openviking:
# OpenViking HTTP server. The api_key must match server.root_api_key in ov.conf.
url: "http://127.0.0.1:1933"
api_key: "<OPENVIKING_ROOT_KEY>"
timeout: 30
verify_ssl: true
everos:
# EverOS EverCore HTTP server.
url: "http://127.0.0.1:1995"
api_key: ""
timeout: 180
verify_ssl: true
health_path: "/health"
storage:
sqlite_path: "./memory_system_api.sqlite3"
logging:
level: "INFO"