Skip to content

Commit

Permalink
Merge pull request #2953 from aodn/portal_imagebucket_ssl
Browse files Browse the repository at this point in the history
use ssl for geonetwork image bucket
  • Loading branch information
akashisama authored Mar 15, 2023
2 parents d9d2d36 + 8ff5964 commit 378f5a9
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 378f5a9

Please sign in to comment.