File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,8 @@ environments {
314
314
app. default. hub= ' merit'
315
315
wiremock. port = 8018
316
316
security. oidc. discoveryUri = " http://localhost:${ wiremock.port} /cas/oidc/.well-known"
317
+ security. jwt. discoveryUri = " http://localhost:${ wiremock.port} /cas/oidc/.well-known"
318
+ bdr. discoveryUri = " http://localhost:${ wiremock.port} /cas/oidc/.well-known"
317
319
security. oidc. allowUnsignedIdTokens = true
318
320
security. oidc. clientId= " oidcId"
319
321
security. oidc. secret= " oidcSecret"
@@ -345,7 +347,7 @@ environments {
345
347
spatial. baseUrl = " http://localhost:${ wiremock.port} "
346
348
spatial. layersUrl = spatial. baseUrl + " /ws"
347
349
grails. mail. port = 3025 // com.icegreen.greenmail.util.ServerSetupTest.SMTP.port
348
- bdr . discoveryUri = " ${ auth.baseUrl } /cas/oidc/.well-known "
350
+
349
351
}
350
352
production {
351
353
grails. logging. jul. usebridge = false
You can’t perform that action at this time.
0 commit comments