Skip to content

Commit

Permalink
Set xeletor URL to temporary (?) domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed May 3, 2024
1 parent 9205461 commit 7970906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- stable
- gwdg_deployment

defaults:
run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class BuchseiteocrtextContextualizer extends AbstractContextualizer {

private static final Logger LOGGER = LoggerFactory.getLogger(BuchseiteocrtextContextualizer.class);

private final static String XELETOR_ADRESS = "http://arachne.uni-koeln.de:6688";
private final static String XELETOR_ADRESS = "http://objects.auxiliary.idai.world:6688";

private final static String CONTEXT_TYPE = "Buchseiteocrtext";

Expand Down

0 comments on commit 7970906

Please sign in to comment.