diff options
author | Dave Arter <davea@mysociety.org> | 2017-06-08 15:41:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-08 23:42:58 +0100 |
commit | 6161ebc5ecd9893133e7d57a8f37f9ed6e47d66d (patch) | |
tree | 70cff51c2dc3dee59a62bf1ed64fb7a9745bd3fc /conf | |
parent | f627c81918879773fee623506aa8e60d037b4e20 (diff) |
Add MAPIT_API_KEY support
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 794b0780b..0e437fac3 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -90,6 +90,10 @@ GEO_CACHE: '../cache/' MAPIT_URL: '' MAPIT_TYPES: [ 'ZZZ' ] +# If the MapIt you're using in MAPIT_URL requires an API key +# (as https://mapit.mysociety.org/ does, for example), specify it here. +# MAPIT_API_KEY: '' + # If you are using global MapIt, you might want to restrict FixMyStreet usage # to only one or more areas, rather than all O04, for example. Provide MapIt # IDs here in a list that FixMyStreet should recognise, along with the MapIt |