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

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

Fixing Configuration!

parent 3e4e44d2
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!9Resolve "Sharing Plugin Infrastruktur optimieren"
......@@ -146,5 +146,5 @@ application:
- "http://localhost:8081/api/sharing/config"
- "http://localhost:8082/api/sharingPluginConfig"
gitlab:
url=https://sharing.codeability-austria.uibk.ac.at/
generalAccessToken=L8971ypHA-A84Rh6k2GS
\ No newline at end of file
url: https://sharing.codeability-austria.uibk.ac.at/
generalAccessToken: L8971ypHA-A84Rh6k2GS
\ No newline at end of file
......@@ -156,4 +156,10 @@ jhipster:
# https://www.jhipster.tech/common-application-properties/
# ===================================================================
# application:
application:
registeredPlugins:
- "http://localhost:8081/api/sharing/config"
- "http://localhost:8082/api/sharingPluginConfig"
gitlab:
url: https://sharing-codeability.uibk.ac.at/
generalAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN}
\ No newline at end of file
......@@ -155,6 +155,6 @@ application:
registeredPlugins:
- "https://artemis.codeability-austria.uibk.ac.at/api/sharing/config"
gitlab:
url=https://sharing.codeability-austria.uibk.ac.at/
generalAccessToken=${APPLICATION_GITLAB_GENERALACCESSTOKEN}
url: https://sharing.codeability-austria.uibk.ac.at/
generalAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN}
\ No newline at end of file
......@@ -171,9 +171,6 @@ application:
search:
highlight-pre: <mark><strong>
highlight-post: </strong></mark>
gitlab:
url: http://dev-exchange.codeability.org
mainGroup: exchange
deployment-info:
commit-id: "${gitCommitId}"
branch: "${gitBranch}"
\ No newline at end of file
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