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

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

Fixing some tests

parent 5af26034
2 merge requests!91Bringing JHipster7.6.0 to production,!88Integrating Update to JHipster 7.6.0 back to Development
......@@ -19,6 +19,7 @@ logging:
tech.jhipster: DEBUG
org.hibernate.SQL: DEBUG
at.ac.uibk.gitsearch: DEBUG
org.glassfish.jersey.client.ClientExecutorProvidersConfigurator: INFO
management:
health:
......
......@@ -72,6 +72,16 @@ spring:
size: 1
thymeleaf:
mode: HTML
security:
oauth2:
client:
provider:
gitlabOidc:
issuer-uri: https://sharing.codeability-austria.uibk.ac.at
registration:
gitlabOidc:
client-id: 149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
client-secret: 6f480635241f420a361581f4837594ea6f48f5ee6f515c1aa89f325dd922dbb0
server:
port: 10344
......@@ -104,6 +114,7 @@ jhipster:
base64-secret: ZTY3OGIwZWZhMzdhYTQ2NjAwNTdlNDQ2NWM4YjQyMzlhMWVkMTJlYTExYzMwMzBjOWIzM2E1OTRmZWZkZmYzYzZhNWQ5N2EzZjMyNTFkMjM0ZjNmOWRhYTYzNGEzZDE3NThkYTNmZGVmNTQ1MmRlZjg1YWY4NTU4OGVmNDBkZDI=
# Token is valid 24 hours
token-validity-in-seconds: 86400
# ===================================================================
# Application specific properties
# Add your own application properties here, see the ApplicationProperties class
......@@ -113,4 +124,28 @@ jhipster:
# https://www.jhipster.tech/common-application-properties/
# ===================================================================
# application:
application:
search:
highlight-pre: <mark><strong>
highlight-post: </strong></mark>
gitlab:
url: https://sharing.codeability-austria.uibk.ac.at/
guestAccessToken: zPxPmJE3UXAZJpBzxqej
adminAccessToken: PJopKiYsK9AxqajfBxR6
registeredConnectors:
- url: 'https://artemis.codeability-austria.uibk.ac.at/api/sharing/config' # may be not the current version!
accessToken: acdd-erdf-asd2-234f-234d-32eb
- url: 'http://localhost:8081/api/sharing/config' # may not be reachable for testing!
accessToken: 2c8845a4-b3df-414b-a682-36e2313dc1c0
- url: 'http://localhost:8082/api/sharingPluginConfig' # may not be reachable for testing!
accessToken: someToken2
registeredConnectorsCallBackURL: http://localhost:8080
deployment-info:
commit-id: 'Test Commit Id'
branch: 'Test Branch'
# testing
testing:
testUser:
name: 'Michael Breu'
gitLabToken: LHyhZRPh_qque3Ypuu3b
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