change of env var placement

This commit is contained in:
Owen
2024-12-17 16:12:46 +01:00
parent 2652a8f561
commit 4c090748a8
3 changed files with 8 additions and 15 deletions
+1
View File
@@ -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