24 lines
383 B
YAML
24 lines
383 B
YAML
server:
|
|
host: "127.0.0.1"
|
|
port: 1934
|
|
api_key: ""
|
|
|
|
openviking:
|
|
url: "http://127.0.0.1:1933"
|
|
api_key: "your-secret-root-key"
|
|
timeout: 30
|
|
verify_ssl: true
|
|
|
|
everos:
|
|
url: "http://127.0.0.1:1995"
|
|
api_key: ""
|
|
timeout: 180
|
|
verify_ssl: true
|
|
health_path: "/health"
|
|
|
|
storage:
|
|
sqlite_path: "/home/tom/memory-gateway/memory_system_api.sqlite3"
|
|
|
|
logging:
|
|
level: "INFO"
|