Files
memory-gateway/config.example.yaml

24 lines
599 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 EverCore HTTP server.
url: "http://127.0.0.1:1995"
storage:
sqlite_path: "./memory_system_api.sqlite3"
logging:
level: "INFO"