updated the repo to use host networking as the default appliance deployment model
This commit is contained in:
14
config/marvis.env.example
Normal file
14
config/marvis.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copy to /etc/p5g-marvis/marvis.env and edit for the target host.
|
||||
|
||||
# Backend service URLs for the default host-network deployment model.
|
||||
MARVIS_PROMETHEUS_URL=http://127.0.0.1:9090
|
||||
MARVIS_PROMETHEUS_PREFIX=/prometheus
|
||||
MARVIS_ALERTMANAGER_URL=http://127.0.0.1:9093
|
||||
|
||||
# AI backend configuration.
|
||||
MARVIS_AI_MODE=rule
|
||||
MARVIS_OPENAI_API_KEY=
|
||||
MARVIS_OPENAI_BASE_URL=https://api.openai.com
|
||||
MARVIS_OPENAI_MODEL=gpt-4o-mini
|
||||
MARVIS_OLLAMA_URL=http://127.0.0.1:11434
|
||||
MARVIS_OLLAMA_MODEL=llama3
|
||||
Reference in New Issue
Block a user