mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
config and use of env var changed
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
api: PlantIdDiscordBotTest.Mocks.Nostrum.Api
|
||||
api: PlantIdDiscordBotTest.Mocks.Nostrum.Api,
|
||||
port: 4321
|
||||
|
||||
config :plantid_discord_bot, :environment, :test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user