-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_example
More file actions
38 lines (30 loc) · 1.02 KB
/
.env_example
File metadata and controls
38 lines (30 loc) · 1.02 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
# Debug setting (show/hide RAW events)
DEBUG=1
# Happy Hour Multiplier
HAPPY_MULTIPLIER=2
# --------------------
# Streamer 1
# --------------------
SE_TWITCH_TOKEN=_YOUR_STREAMELEMENTS_TWITCH_TOKEN_1
SE_KICK_TOKEN=_YOUR_STREAMELEMENTS_KICK_TOKEN_1
# Kick Chat (optional, only for Streamer 1)
KICK_APP_KEY=YOUR_KICK_APP_KEY_1
KICK_CLUSTER=us2
KICK_CHATROOM_ID=YOUR_CHATROOM_ID_1
# Tipeee (optional, only for Streamer 1)
TIPEEE_API_KEY=YOUR_TIPEEE_API_KEY_1
# --- Twitch IRC Chat (for SoundAlerts.com chat messages) ---
TWITCH_IRC_TOKEN=oauth:YOUR_TOKEN
TWITCH_IRC_NICK=YOUR_TWITCH_NAME
TWITCH_IRC_CHANNEL=YOUR_TWITCH_NAME
# --------------------
# Streamer 2
# --------------------
SE2_TWITCH_TOKEN=_YOUR_STREAMELEMENTS_TWITCH_TOKEN_2
SE2_KICK_TOKEN=_YOUR_STREAMELEMENTS_KICK_TOKEN_2
# Kick Chat (optional, only for Streamer 2)
KICK_APP_KEY2=YOUR_KICK_APP_KEY_2
KICK_CLUSTER2=us2
KICK_CHATROOM_ID2=YOUR_CHATROOM_ID_2
# Tipeee (optional, only for Streamer 2)
TIPEEE_API_KEY2=YOUR_TIPEEE_API_KEY_2