-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
14 lines (14 loc) · 739 Bytes
/
.env.example
File metadata and controls
14 lines (14 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Discord bot token, used by the program to join discord.
DISCORD_APP_TOKEN=
# The connection string/URL used to connect to the mongo database. Used to store steam64IDs.
MONGO_DB_URL=
# Logs updates to steamIDs in an optional discord channel that the bot is on.
# Does not log updates by users if the id is undefined or not a valid channel that the bot can post to.
DISCORD_LOGGING_CHANNEL_ID=
# The discord app id. Required for deploying commands.
DISCORD_APP_ID=
# Server/"Guild" id. Required for deploying commands.
GUILD_ID=
# The max amount of whitelist slots a user can store in the database.
# Intended to be a stop gap solution until the max amount of slots can be calculated dynamically from the other schema.
MAX_WHITELIST_SLOTS=