Skip to content

Commit

Permalink
refactor: change http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Jan 16, 2024
1 parent 13f4b93 commit f678f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/decidim-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ export class DecidimStack extends cdk.Stack {
NEW_RELIC_APP_NAME: `decidim-app${ props.stage }`,
MAPS_PROVIDER: 'osm',
MAPS_STATIC_PROVIDER: 'cfj_osm',
MAPS_STATIC_URL: 'http://www.openstreetmap.org/',
MAPS_DYNAMIC_URL: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
MAPS_STATIC_URL: 'https://www.openstreetmap.org/',
MAPS_DYNAMIC_URL: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
MAPS_ATTRIBUTION: '<a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</a> contributors',
MAPS_DYNAMIC_API_KEY: 'true',
MAPS_GEOCODING_HOST: 'nominatim.openstreetmap.org'
Expand Down

0 comments on commit f678f07

Please sign in to comment.