This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
6b58e812
Commit
6b58e812
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Anpassungen Produktion
parent
dc806684
Branches
Branches containing commit
2 merge requests
!21
Resolve "Download von Ergebnissen mit Guest User funktioniert mit geschützten Usern nicht mehr"
,
!18
WIP: Resolve "Teaser content column headings are not translated"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/docker/gitsearch.yml
+1
-1
1 addition, 1 deletion
src/main/docker/gitsearch.yml
src/main/resources/config/application-prod.yml
+5
-6
5 additions, 6 deletions
src/main/resources/config/application-prod.yml
with
6 additions
and
7 deletions
src/main/docker/gitsearch.yml
+
1
−
1
View file @
6b58e812
...
...
@@ -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=
3
0
# gives time for other services to boot before the application
-
JHIPSTER_SLEEP=
1
0
# 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
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/config/application-prod.yml
+
5
−
6
View file @
6b58e812
...
...
@@ -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}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment