Skip to content

Commit b4e5934

Browse files
KochTobisven1103
andcommitted
Update default values for the TIB environment variables
Co-authored-by: Sven F. <[email protected]>
1 parent 1c3e416 commit b4e5934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: user-interface/src/main/resources/application.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ qbic.communication.contact.email=${CONTACT_EMAIL:[email protected]}
166166
qbic.communication.contact.subject=${CONTACT_SUBJECT:Data Management Question}
167167
qbic.communication.api.url=${API_URL:https://download.qbic.uni-tuebingen.de/swagger-ui.html}
168168
################# Terminology Service ########################################
169-
terminology.service.tib.endpoint.select=${TIB_SERVICE_API_SELECT_ENDPOINT:/ts4tib/api/select}
170-
terminology.service.tib.api.url=${TIB_SERVICE_API_URL:https://service.tib.eu}
171-
terminology.service.tib.endpoint.search=${TIB_SERVICE_API_SEARCH_ENDPOINT:/ts4tib/api/search}
169+
terminology.service.tib.endpoint.select=${TIB_SERVICE_API_SELECT_ENDPOINT:/api/select}
170+
terminology.service.tib.api.url=${TIB_SERVICE_API_URL:https://api.terminology.tib.eu}
171+
terminology.service.tib.endpoint.search=${TIB_SERVICE_API_SEARCH_ENDPOINT:/api/search}
172172
###############################################################################
173173
################### Message providers #########################################
174174
spring.messages.encoding=UTF-8

0 commit comments

Comments
 (0)