From 086b66e5573951775368d1f95b41bfb39a716ac8 Mon Sep 17 00:00:00 2001 From: Nick Heppler Date: Mon, 21 Apr 2025 21:11:25 -0400 Subject: [PATCH] Update Configuration for API_KEY. --- wallos-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallos-fetch.sh b/wallos-fetch.sh index e7d38bb..94b5665 100755 --- a/wallos-fetch.sh +++ b/wallos-fetch.sh @@ -5,7 +5,7 @@ VERSION="2025.04" # Configuration HOST="https://your-api-host.com" ENDPOINT="/api/subscriptions/get_subscriptions.php" -API_KEY="your_api_key_here" +API_KEY="${API_KEY:-$WALLOS_API_KEY}" # Defaults MODE="md"