forked from bxrru/TAS-Comp-Bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.template
More file actions
32 lines (21 loc) · 764 Bytes
/
.env.template
File metadata and controls
32 lines (21 loc) · 764 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
# TEMPLATE FOR THE .ENV FILE
# If you dont have a .env file already, create one and copy and paste this template.
# Fill it out with your values, of course.
# The bot's token
TOKEN = ""
# (optional) API key for OpenWeatherMap (as integer, for a weather command)
WEATHER_API_KEY =
# The competition type. Valid values: mkw, sm64, nsmbw
DEFAULT = "mkw"
# The directory which the .db file goes to
DB_DIR = "database"
# The directory which the bot downloads files to
DOWNLOAD_DIR = ""
# The mupen directory containing mupen64.exe
ENC_MUPEN_DIR = ""
# The output directory for encoded movies
ENC_AVI_DIR = ""
# Semicolon-separated list of lua scripts to run when encoding
ENC_SM64_SCRIPTS = ""
# The maximum length of the encoding queue
ENC_MAX_QUEUE = "5"