Skip to content

Commit

Permalink
settings: update exporter dir to match the host dir for spoonbill to …
Browse files Browse the repository at this point in the history
…find the files
  • Loading branch information
yolile committed Nov 29, 2021
1 parent f0ed1c7 commit d02e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
PELICAN_FRONTEND_URL = os.getenv("PELICAN_FRONTEND_URL")

# WARNING: If you change the production default, update `Dockerfile_django` and `docker-compose.yaml` to match.
EXPORTER_DIR = os.getenv("EXPORTER_DIR", "/data/exporter" if production else BASE_DIR / "data" / "exporter")
EXPORTER_DIR = os.getenv("EXPORTER_DIR", "/data/storage/exporter_dumps" if production else BASE_DIR / "data" / "exporter")
# The batch size of compiled releases to extract from Kingfisher Process.
EXPORTER_PAGE_SIZE = 10000

Expand Down

0 comments on commit d02e576

Please sign in to comment.