-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (19 loc) · 823 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (19 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# IT Service Health Dashboard — Environment Variables
SLACK_WEBHOOK_URL=
DATABASE_PATH=./data.db
POLL_INTERVAL_SECONDS=60
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=INFO
# Phase 7 — Inbound Statuspage webhooks (gated off by default)
# Set WEBHOOKS_ENABLED=true and configure a shared secret that matches
# what you entered in Statuspage → Subscribers → Webhook → Secret field.
# Requires the server to be publicly reachable (Cloudflare Tunnel, ngrok, etc.)
WEBHOOKS_ENABLED=false
STATUSPAGE_WEBHOOK_SECRET=
# Phase 2B — Slack ack flow (gated off by default)
# Set SLACK_ACK_ENABLED=true and configure the signing secret from your
# Slack app's "Basic Information → App Credentials" page.
# Requires the server to be publicly reachable for Slack's interactivity callback.
SLACK_ACK_ENABLED=false
SLACK_SIGNING_SECRET=