18 lines
308 B
Bash
18 lines
308 B
Bash
# Grafana
|
|
GRAFANA_URL=http://grafana:3000
|
|
GRAFANA_TOKEN=changeme
|
|
|
|
# Prometheus
|
|
PROMETHEUS_URL=http://prometheus:9090
|
|
|
|
# Mail
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=[email protected]
|
|
SMTP_PASS=changeme
|
|
MAIL_TO=[email protected]
|
|
|
|
# LLM
|
|
OLLAMA_URL=http://ollama:11434
|
|
OLLAMA_MODEL=mistral:7b-instruct
|