Skip to content

Commit

Permalink
doc: removed base-url configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Aug 28, 2024
1 parent 721fa1a commit 76b8d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/de/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ curl http://localhost:8081/api/v1/records/1 | jq
```
Das JSON-Element `_links` sollte Verweise auf andere Ressourcen enthalten.
Diese URLs sollten gültig und auflösbar sein.
Wenn Sie keinen dieser Verweise öffnen können, überprüfen Sie die Konfiguration des Vokabularservers (Konfigurationsoption `vocabulary-server.base-url`).
Bei Problemen mit diesen URLs müssen die Daten nicht neu importiert werden.
Aktualisieren Sie einfach die Konfigurationsdatei und starten Sie den Vokabularserver neu, damit die Änderungen wirksam werden.
Der Host-Teil dieser URLs wird aus der Anfrage generiert.

## Migration der Mets-Datei
Dieser Schritt kann nur durchgeführt werden, wenn die Migration der Vokabulardaten erfolgreich abgeschlossen wurde!
Expand Down
4 changes: 1 addition & 3 deletions docs/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ curl http://localhost:8081/api/v1/records/1 | jq
```
The `_links` JSON element should contain references to other resources.
These URLs should be valid and resolvable.
If you are unable to open any of these references, check the configuration of the vocabulary server (`vocabulary-server.base-url` configuration option).
Any issues regarding these URLs doesn't require a re-import of the data.
Just update the configuration file and restart the vocabulary server for the changes to take effect.
The host part of these URLs is generated from the request.

0 comments on commit 76b8d65

Please sign in to comment.