Skip to content

Commit

Permalink
Add MONGODB_URI to required_environment_variables in config toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Jul 1, 2024
1 parent c39a5e3 commit b96d59d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
required_environment_variables = [
'DISCORD_BOT_TOKEN'
'DISCORD_BOT_TOKEN',
'MONGODB_URI'
]

base_guild_id = '1253092552404631582'
Expand Down

0 comments on commit b96d59d

Please sign in to comment.