-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsample.env
28 lines (20 loc) · 833 Bytes
/
sample.env
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
# You can copy the contents of this file into a new file called ".env" in this
# directory and fill in the environment variables.
# Discord bot token (required - look in the README for instructions)
TOKEN=
# A webhook link to a channel where the bot uptime will be logged
UPTIMELOG=
# Error warn log webhook link
WARNLOG=
# Logs the server where the bot has been added
GUILDADDLOG=
# Logs the server erin was removed from
GUILDREMOVELOG=
# MongoDB connection URI (required - look in the README for instructions)
# If you installed MongoDB on the same machine that is running Erin you can
# usually just type "localhost"
CONNECTIONURI=
# Typescript API port (the api is still in development)
SERVER_PORT=
# Polygon.io API key (feel free to use this one for development as it doesn't have a rate/query limit)
POLYGON_API_KEY=