-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 887 Bytes
/
.env.example
File metadata and controls
36 lines (31 loc) · 887 Bytes
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
# --- NATS ---
# NATS_URL=nats://localhost:4222
# --- GitHub Source ---
# GITHUB_WEBHOOK_SECRET=
# GITHUB_WEBHOOK_PORT=8080
# GITHUB_SUBJECT_PREFIX=github
# GITHUB_STREAM_NAME=GITHUB
# GITHUB_STREAM_MAX_AGE_SECS=604800
# GITHUB_NATS_ACK_TIMEOUT_SECS=10
# GITHUB_MAX_BODY_SIZE=26214400
# --- Linear Source ---
# LINEAR_WEBHOOK_SECRET=
# LINEAR_WEBHOOK_PORT=8080
# LINEAR_SUBJECT_PREFIX=linear
# LINEAR_STREAM_NAME=LINEAR
# LINEAR_STREAM_MAX_AGE_SECS=604800
# LINEAR_WEBHOOK_TIMESTAMP_TOLERANCE_SECS=60
# LINEAR_NATS_ACK_TIMEOUT_MS=10000
# --- Slack Source ---
# SLACK_SIGNING_SECRET=
# SLACK_WEBHOOK_PORT=3000
# SLACK_SUBJECT_PREFIX=slack
# SLACK_STREAM_NAME=SLACK
# SLACK_STREAM_MAX_AGE_SECS=604800
# SLACK_NATS_ACK_TIMEOUT_SECS=10
# SLACK_MAX_BODY_SIZE=1048576
# SLACK_TIMESTAMP_MAX_DRIFT_SECS=300
# --- Logging ---
# RUST_LOG=info
# --- Dev (ngrok tunnels) ---
# NGROK_AUTHTOKEN=