-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
24 lines (21 loc) · 975 Bytes
/
config.example.yaml
File metadata and controls
24 lines (21 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Magec - Server Configuration
#
# This file configures server infrastructure only (ports, logging).
# All resources (agents, backends, MCPs, memory providers, devices, crons)
# are managed through the Admin API at http://localhost:8081
#
# On first run, visit the Admin UI to set up your agents and backends.
server:
host: 0.0.0.0 # Use 127.0.0.1 to restrict to localhost only
port: 8080
adminPort: 8081 # Admin UI + API (separate port for security)
# adminPassword: ${MAGEC_ADMIN_PASSWORD} # Protect admin API with a password
# encryptionKey: ${MAGEC_ENCRYPTION_KEY} # Encrypt secrets (API keys) at rest
# publicURL: https://magec.example.com # External URL for A2A agent cards (defaults to http://localhost:{port})
voice:
ui:
enabled: true # Enable/disable Voice UI (default: true)
# onnxLibraryPath: /usr/lib/libonnxruntime.so # Custom ONNX Runtime library path
log:
level: info # debug, info, warn, error
format: console # console, json