Skip to content

Commit

Permalink
Make bulk export endpoint variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrob committed Jun 6, 2024
1 parent 127ccdc commit d969b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dso_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
SEAL_WARN_ONLY = True

# Configuration for canned exports
EXPORT_BASE_URI = "https://amsterdamdadipub.blob.core.windows.net/bulk-data"
EXPORT_BASE_URI = env.str("BULK_ENDPOINT", "https://api.data.amsterdam.nl/bulk-data")

# Setting for django-gisserver, disabling this makes WFS much faster
GISSERVER_CAPABILITIES_BOUNDING_BOX = False

0 comments on commit d969b10

Please sign in to comment.