Skip to content

Commit

Permalink
use ssl for geonetwork image bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola authored Mar 15, 2023
1 parent d9d2d36 commit 8ff5964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ environments {


geonetwork.searchPath = 'xml.search.imos'
geonetwork.imageBucket = "http://content.aodn.org.au/Documents/Images/Logos/AODN_Partner/"
geonetwork.imageBucket = "https://content.aodn.org.au/Documents/Images/Logos/AODN_Partner/"
geonetwork.iconNamespace = "portal:"
geonetwork.pageSize = 30

Expand Down

0 comments on commit 8ff5964

Please sign in to comment.