# example local settings file for Arches v4 # this gist url: https://gist.github.com/mradamcox/13eb4f5b4455e59340c8cefe48625505 # official arches repo: https://github.com/archesproject/arches # use 'DEV' to install extra dependencies for development MODE = 'DEV' # FOR WINDOWS uncomment to explicitly set path to GDAL library # the path may be different depending on your OSGeo4W/GDAL installation # forward slashes must be used (even though it's Windows...) #GDAL_LIBRARY_PATH = "C:/OSGeo4W64/bin/gdal111.dll" # FOR WINDOWS uncomment below to explicitly set path for tileserver cache directory # make sure the path is correct, and you may need to create the 'cache' #TILE_CACHE_CONFIG = { # "name": "Disk", # "path": r"file:///C:\Projects\arches\arches\tileserver\cache", #}