Skip to content

Commit

Permalink
Fix #1888. Use https by default for catalog (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored and mbarto committed May 29, 2017
1 parent 9278b8b commit c1c0d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/client/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
"cfg": {
"wrap": true,
"initialCatalogURL": {
"csw": "http://demo.geo-solutions.it/geoserver/csw",
"wms": "http://demo.geo-solutions.it/geoserver/wms",
"wmts": "http://demo.geo-solutions.it/geoserver/gwc/service/wmts"
"csw": "https://demo.geo-solutions.it/geoserver/csw",
"wms": "https://demo.geo-solutions.it/geoserver/wms",
"wmts": "https://demo.geo-solutions.it/geoserver/gwc/service/wmts"
}
}
}, "About", "MousePosition", {
Expand Down

0 comments on commit c1c0d2a

Please sign in to comment.