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