Skip to content

Commit

Permalink
- fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Feb 6, 2025
1 parent a7c5941 commit 14a5ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ if (!biocacheService.baseURL) {
biocacheService.baseURL = 'https://biocache.ala.org.au/ws'
}
if (!imagesService.baseURL) {
imagesService.baseURL = 'https://images-dev.ala.org.au'
imagesService.baseURL = 'https://images-test.ala.org.au'
}
if (!security.cas.bypass) {
security.cas.bypass = false
Expand Down

0 comments on commit 14a5ac9

Please sign in to comment.