Skip to content

Commit

Permalink
🔧 #557 - chore: allow conifging paths to geospacial libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 9, 2025
1 parent f9a400b commit da91843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/openarchiefbeheer/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
},
}

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


#
# APPLICATIONS enabled for this project
Expand Down

0 comments on commit da91843

Please sign in to comment.