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
43
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
81d59333
Commit
81d59333
authored
4 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Update: Integration Changes for Entwicklungsumgebung
parent
e6b82900
1 merge request
!17
Initial Merge to Prepare Release 1.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/config/application-prod.yml
+15
-0
15 additions, 0 deletions
src/main/resources/config/application-prod.yml
with
15 additions
and
0 deletions
src/main/resources/config/application-prod.yml
+
15
−
0
View file @
81d59333
...
...
@@ -63,6 +63,17 @@ spring:
password
:
thymeleaf
:
cache
:
true
security
:
oauth2
:
client
:
provider
:
gitlabOidc
:
issuer-uri
:
https://sharing.codeability-austria.uibk.ac.at
registration
:
gitlabOidc
:
client-id
:
149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
client-secret
:
6f480635241f420a361581f4837594ea6f48f5ee6f515c1aa89f325dd922dbb0
# ===================================================================
# To enable TLS in production, generate a certificate using:
...
...
@@ -116,6 +127,10 @@ jhipster:
# Token is valid 24 hours
token-validity-in-seconds
:
86400
token-validity-in-seconds-for-remember-me
:
2592000
oauth2
:
# TODO: audience seems not really relevant, could be omitted? It is identical with client-id above
audience
:
-
149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
mail
:
# specific JHipster mail property, for standard properties see MailProperties
base-url
:
http://my-server-url-to-change
# Modify according to your server's URL
metrics
:
...
...
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