Skip to content

Commit

Permalink
HOTFIX adapt baseUrl to align it with other config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kurz committed Nov 8, 2023
1 parent 1b18acc commit 7f2c87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studymanager/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ more:
lime-survey-observation:
username: '${LIME_ADMIN_USER:more-admin}'
password: '${LIME_ADMIN_PWD:more-admin}'
baseUrl: '${LIME_BASE_URL:lime.platform-test.more.redlink.io}'
baseUrl: '${LIME_BASE_URL:https://lime.platform-test.more.redlink.io}'
remoteUrl: '${LIME_URL:https://lime.platform-test.more.redlink.io/admin/remotecontrol}'
surveyUrl: '${LIME_SURVEY_URL:https://lime.platform-test.more.redlink.io/index.php}'
endUrl: '${LIME_END_SURVEY_URL:https://studymanager.platform-test.more.redlink.io/api/v1/components/observation/lime-survey-observation/end.html}'
Expand Down

0 comments on commit 7f2c87d

Please sign in to comment.