-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.sample
More file actions
38 lines (34 loc) · 1.26 KB
/
.env.sample
File metadata and controls
38 lines (34 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#APP_HOST=localhost
# in container
APP_HOST=0.0.0.0
APP_PORT=5000
DATABASE_URL=stackdog.db
RUST_BACKTRACE=full
# Log Sniff Configuration
#STACKDOG_LOG_SOURCES=/var/log/syslog,/var/log/auth.log
#STACKDOG_SNIFF_INTERVAL=30
#STACKDOG_SNIFF_OUTPUT_DIR=./stackdog-logs/
#STACKDOG_SERVE_SNIFF_ENABLED=true
# AI Provider Configuration
# Supports OpenAI, Ollama (http://localhost:11434/v1), or any OpenAI-compatible API
# `stackdog serve` defaults to the local pattern analyzer unless you override this.
#STACKDOG_AI_PROVIDER=openai
#STACKDOG_AI_API_URL=http://localhost:11434/v1
#STACKDOG_AI_API_KEY=
#STACKDOG_AI_MODEL=llama3
# Notification Channels
# Slack: create an incoming webhook at https://api.slack.com/messaging/webhooks
#STACKDOG_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/T.../B.../xxxxx
# Generic webhook endpoint for alert notifications
#STACKDOG_WEBHOOK_URL=https://example.com/webhook
#STACKDOG_SMTP_HOST=smtp.example.com
#STACKDOG_SMTP_PORT=587
#STACKDOG_SMTP_USER=alerts@example.com
#STACKDOG_SMTP_PASSWORD=secret
#STACKDOG_EMAIL_RECIPIENTS=soc@example.com,oncall@example.com
#STACKDOG_NOTIFICATION_LABEL=prod-eu-1
#STACKDOG_NOTIFICATION_MIN_SEVERITY=critical
#
# Action notification toggles
#STACKDOG_NOTIFY_IP_BAN_ACTIONS=true
#STACKDOG_NOTIFY_QUARANTINE_ACTIONS=true