-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
37 lines (31 loc) · 1014 Bytes
/
.env.example
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
# +----------------------+
# | API Tokens |
# +----------------------+
# Discord bot token
DISCORD_TOKEN=""
# Sentry token (you can leave blank)
SENTRY_TOKEN=""
# Compiler-API client ID
COMPILERAPI_ID=""
# Compiler-API client secret
COMPILERAPI_SECRET=""
# +----------------------+
# | URLs |
# +----------------------+
# MongoDB URI
MONGO_URI="mongodb://localhost:27017/horizonbot"
# Eclass drive URL
ECLASS_DRIVE_URL="https://sharepoint.com"
# Eclass drive utilization tutorial URL
ECLASS_DRIVE_TUTORIAL_URL="https://docs.google.com"
# Main Guild IDS used for registrating some specific commands ("/lxp", "/recordings", "/eclass"). Coma-separated.
MAIN_GUILD_IDS=""
# +-----------------------+
# | Google Sheets |
# +-----------------------+
# Service Account email address ([email protected])
GOOGLE_SHEET_SVC_EMAIL=
# Service Account private key, with newlines replaced by "\n"
GOOGLE_SHEET_SVC_PRIVATE_KEY=
# Google Sheet ID from the URL
GOOGLE_SHEET_ID=