-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 850 Bytes
/
Copy path.env.example
File metadata and controls
37 lines (29 loc) · 850 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
37
ENV="development"
CHANNEL_NAME=""
BOT_USERNAME=""
READ_ONLY="false"
VERBOSE="true"
MAPS_OUTPUT_DIR=""
RUN_DIR=""
# Twitch app credentials — only needed for local dev (`task auth:bootstrap`
# reads these to do the one-time OAuth exchange). In cluster, ESO pulls
# them from AWS Secrets Manager (k8s/tripbot/twitch-creds).
TWITCH_CLIENT_ID=""
TWITCH_CLIENT_SECRET=""
GOOGLE_APPLICATION_CREDENTIALS=""
GOOGLE_APPS_PROJECT_ID=""
GOOGLE_MAPS_API_KEY=""
DATABASE_HOST=""
DATABASE_PASS=""
DATABASE_USER=""
DATABASE_DB=""
SENTRY_DSN=""
SENTRY_ENVIRONMENT=""
DISABLE_TWITCH_WEBHOOKS="false"
TRIPBOT_SERVER_PORT="8080"
EXTERNAL_URL=""
# Where the bot reaches vlc-server upstream.
VLC_SERVER_HOST=localhost:8080
# Address vlc-server's HTTP listener binds to (optional; defaults to :8080).
# VLC_SERVER_BIND_ADDRESS=":8080"
OBS_START_STREAMING="false"