Skip to content

Commit

Permalink
Merge pull request #3154 from Geoportail-Luxembourg/GSLUX-698-fix-mvt…
Browse files Browse the repository at this point in the history
…-urls

fix default values for override URL
  • Loading branch information
mki-c2c authored Jun 13, 2024
2 parents 2ca7f62 + fa9cc77 commit 62f9ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoportal/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ runtime_environment:
- {name: PDS_SMTP_SERVER}
- {name: PDS_BCC_ADDRESS}
- {name: PROXYWMSURL, default: 'https://wmsproxy.geoportail.lu/ogcproxywms'}
- {name: UPLOAD_VT_STYLE_URL}
- {name: DELETE_VT_STYLE_URL}
- {name: UPLOAD_VT_STYLE_URL, default: ''}
- {name: DELETE_VT_STYLE_URL, default: ''}
- {name: REVERSE_GEOCODE_API_KEY, default: ''}
- {name: REVERSE_GEOCODE_URL, default: 'http://open.mapquestapi.com/nominatim/v1/reverse.php'}
- {name: ROUTING_GRAPHHOPPER_API_KEY, default: null}
Expand Down

0 comments on commit 62f9ac8

Please sign in to comment.