mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
rename env vars
This commit is contained in:
+2
-2
@@ -9,6 +9,6 @@ config :logger,
|
||||
backends: [{PlantIdDiscordBot.DiscordLogger, :discord_logger}]
|
||||
|
||||
config :logger, :discord_logger,
|
||||
webhook_url: System.get_env("LOGS_DISCORD_WEBHOOK_URL"),
|
||||
webhook_url: System.get_env("PLANTID_LOGS_DISCORD_WEBHOOK_URL"),
|
||||
level: :error,
|
||||
bot_token: System.get_env("DISCORD_TOKEN")
|
||||
bot_token: System.get_env("PLANTID_DISCORD_BOT_TOKEN")
|
||||
|
||||
Reference in New Issue
Block a user