diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-06-25 16:00:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-30 17:13:26 +0100 |
commit | 1909028b0956cbd0bf4ed17d8be942bd6f77e78c (patch) | |
tree | 68014397444fdea2a8059647050e3276227dd371 /conf | |
parent | 51eae76dd663d23c1f4bb1e809e9c258e800cb73 (diff) |
[Docker] Specify MAPIT_URL.
Letting the code pick a default MAPIT_URL means it picks port 8000,
which will not work with the current Docker container setup.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/general.yml-docker b/conf/general.yml-docker index 33dcad67b..0b6cd5c33 100644 --- a/conf/general.yml-docker +++ b/conf/general.yml-docker @@ -110,7 +110,7 @@ PHOTO_STORAGE_OPTIONS: # MAPIT_URL: 'http://global.mapit.mysociety.org/' # And then specify whichever type code have the boundaries you want: # MAPIT_TYPES: [ 'O06' ] -MAPIT_URL: '' +MAPIT_URL: 'http://localhost:9000/fakemapit/' MAPIT_TYPES: [ 'ZZZ' ] # If the MapIt you're using in MAPIT_URL requires an API key |