This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6b58e812 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Anpassungen Produktion

parent dc806684
Branches
2 merge requests!21Resolve "Download von Ergebnissen mit Guest User funktioniert mit geschützten Usern nicht mehr",!18WIP: Resolve "Teaser content column headings are not translated"
......@@ -9,7 +9,7 @@ services:
- SPRING_PROFILES_ACTIVE=staging,swagger
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:mysql://sharing_mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
- JHIPSTER_SLEEP=30 # gives time for other services to boot before the application
- JHIPSTER_SLEEP=10 # gives time for other services to boot before the application
- SPRING_DATA_JEST_URI=http://sharing_elasticsearch:9200
- SPRING_ELASTICSEARCH_REST_URIS=http://sharing_elasticsearch:9200
# see https://stackoverflow.com/questions/62676762/how-can-a-variable-set-in-the-docker-env-file-be-used-in-application-yml
......
......@@ -68,11 +68,11 @@ spring:
client:
provider:
gitlabOidc:
issuer-uri: TODO https://sharing.codeability-austria.uibk.ac.at
issuer-uri: ${SECURITY_OAUTH2_CLIENT_PROVIDER_GITLABOIDC_ISSUERURI}
registration:
gitlabOidc:
client-id: TODO 149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
client-secret: TODO 6f480635241f420a361581f4837594ea6f48f5ee6f515c1aa89f325dd922dbb0
client-id: ${SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENTID}
client-secret: ${SECURITY_OAUTH2_CLIENT_REGISTRATION_GITLABOIDC_CLIENTSECRET}
# ===================================================================
......@@ -158,8 +158,7 @@ jhipster:
application:
registeredPlugins:
- "http://localhost:8081/api/sharing/config"
- "http://localhost:8082/api/sharingPluginConfig"
- "https://artemis.codeability.uibk.ac.at/api/sharing/config"
gitlab:
url: https://sharing-codeability.uibk.ac.at/
generalAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN}
\ No newline at end of file
generalAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment