forked from vsilent/stackdog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
45 lines (41 loc) · 1.78 KB
/
Copy path.env.sample
File metadata and controls
45 lines (41 loc) · 1.78 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
39
40
41
42
43
44
45
#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,/var/log/nginx/access.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
# Slack sender identity. Only honored by legacy custom-integration webhooks or a
# bot token with chat:write.customize; Slack-app webhooks use the app's own name
# and icon, which you set under Basic Information > Display Information.
#STACKDOG_SLACK_USERNAME=Stackdog
# Defaults to https://stackdog.stacker.my/stackdog-mark.png, falling back to the
# GitHub raw copy if that host does not answer. Setting this skips the probe.
#STACKDOG_SLACK_ICON_URL=https://stackdog.stacker.my/stackdog-mark.png
# 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