mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
change of env var placement
This commit is contained in:
@@ -2,6 +2,7 @@ import Config
|
||||
|
||||
config :plantid_discord_bot,
|
||||
image_path: "priv/static",
|
||||
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
|
||||
plantnet_api_base_url: "https://my-api.plantnet.org/v2",
|
||||
score_threshold: 0.3,
|
||||
max_results: 5
|
||||
|
||||
Reference in New Issue
Block a user