Skip to content

Commit

Permalink
🔧 - feat: allow configuration of GEOS_LIBRARY_PATH and GDAL_LIBRARY_P…
Browse files Browse the repository at this point in the history
…ATH via environment variables and .env file.
  • Loading branch information
svenvandescheur committed Nov 16, 2023
1 parent 4762a66 commit 3f7f49f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
}
}

# Geospatial libraries
GEOS_LIBRARY_PATH = config("GEOS_LIBRARY_PATH", None)
GDAL_LIBRARY_PATH = config("GDAL_LIBRARY_PATH", None)

CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
Expand Down

0 comments on commit 3f7f49f

Please sign in to comment.