rename env vars

This commit is contained in:
Owen
2024-12-22 11:38:41 +01:00
committed by Owen Rees
parent bb4ddf5243
commit c06ace77fc
+2 -2
View File
@@ -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")