-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (35 loc) · 909 Bytes
/
Copy path.env.example
File metadata and controls
39 lines (35 loc) · 909 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
38
39
# =========================
# Shared Minecraft RCON
# =========================
RCON_HOST=localhost
RCON_PORT=25575
RCON_PASSWORD=CHANGE_ME_STRONG_PASSWORD
PLAYER=Player
# Polling controls
POLL_INTERVAL=5.0
COMMAND_LIMIT=3
CLEANUP_INTERVAL_MINUTES=15
# Block progress controls
BLOCK_TARGET=1000000
BLOCK_POLL_INTERVAL=1.0
SCORE_OFFSET=9300000
# =========================
# Kick mode
# =========================
KICK_CHANNEL_SLUG=your-kick-channel
KICK_CLIENT_ID=your_kick_client_id
KICK_CLIENT_SECRET=your_kick_client_secret
KICK_REDIRECT_URI=https://localhost/callback
KICK_DB_PATH=kick_tokens.db
FOLLOW_POLL_INTERVAL=30
USER_COOLDOWN=0
# =========================
# YouTube mode
# =========================
YOUTUBE_API_NEEDED=true
YT_CHANNEL_ID=your_youtube_channel_id
YT_POLL_INTERVAL_MIN=5
OAUTH_CLIENT_JSON=oauth2_client.json
TOKEN_PICKLE=yt_token.pickle
SE_WEBHOOK_HOST=0.0.0.0
SE_WEBHOOK_PORT=8080