From 5ba3376b68572bf5ac128e920d9b5cb3fb06046e Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Mon, 29 Sep 2025 02:15:09 +0000 Subject: [PATCH] Cleaned up README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84802b1..df17412 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The script supports three input methods in order of priority: #### 1. API URL (Highest Priority) ```yaml -- MBID_API_URL=http://192.168.0.73:5110/artists +- MBID_API_URL=http://your-api-server:port/artists ``` Fetches artist data from an API endpoint that returns JSON array with `foreignId` fields. @@ -93,7 +93,7 @@ services: - LOG_LEVEL=info # Use 'debug' for troubleshooting # Input Source (choose one) - - MBID_API_URL=http://your-api-server:5110/artists + - MBID_API_URL=http://your-api-server:port/artists # - MBID_JSON_FILE=/config/ids.json # - MBID_URL=06f71b9e-639c-4903-bf6b-76b8893d3957 volumes: