Skip to content

Commit

Permalink
[25464] Update jodconverter default url
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Dec 17, 2024
1 parent 34a56de commit f020e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void init(IWorkbench workbench) {
protected void createFieldEditors() {
StringFieldEditor jodRestBasPath = new StringFieldEditor("jodrestconverter/basepath", "JODconverter REST URL",
getFieldEditorParent());
jodRestBasPath.getTextControl(getFieldEditorParent()).setMessage("https://office.medelexis.ch/jodconverter/");
jodRestBasPath.getTextControl(getFieldEditorParent()).setMessage("https://tools.medelexis.ch/jodconverter/");
addField(jodRestBasPath);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static String getPrefix(IDocument iDocument) {
}

private String getAppBasePath() {
return configService.get("jodrestconverter/basepath", "https://office.medelexis.ch/jodconverter/");
return configService.get("jodrestconverter/basepath", "https://tools.medelexis.ch/jodconverter/");
}

@Override
Expand Down

0 comments on commit f020e7d

Please sign in to comment.