Files
memory-gateway/config.example.yaml
2026-06-10 10:47:36 +08:00

24 lines
616 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>"
everos:
# EverOS HTTP server exposing /api/v1/memory/*.
url: "http://127.0.0.1:1995"
storage:
sqlite_path: "./memory_system_api.sqlite3"
logging:
level: "INFO"