Cleaned up README.md
This commit is contained in:
@@ -40,7 +40,7 @@ The script supports three input methods in order of priority:
|
|||||||
|
|
||||||
#### 1. API URL (Highest Priority)
|
#### 1. API URL (Highest Priority)
|
||||||
```yaml
|
```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.
|
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
|
- LOG_LEVEL=info # Use 'debug' for troubleshooting
|
||||||
|
|
||||||
# Input Source (choose one)
|
# 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_JSON_FILE=/config/ids.json
|
||||||
# - MBID_URL=06f71b9e-639c-4903-bf6b-76b8893d3957
|
# - MBID_URL=06f71b9e-639c-4903-bf6b-76b8893d3957
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user