Skip to content

Commit 8adf256

Browse files
committed
Added bdr discovery uri for integration test #3421
1 parent adebb29 commit 8adf256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: grails-app/conf/application.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ environments {
345345
spatial.baseUrl = "http://localhost:${wiremock.port}"
346346
spatial.layersUrl = spatial.baseUrl + "/ws"
347347
grails.mail.port = 3025 // com.icegreen.greenmail.util.ServerSetupTest.SMTP.port
348+
bdr.discoveryUri = "${auth.baseUrl}/cas/oidc/.well-known"
348349
}
349350
production {
350351
grails.logging.jul.usebridge = false

0 commit comments

Comments
 (0)