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: