Skip to content

Commit

Permalink
Allow setting of download path with environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan authored and jrgriffiniii committed May 11, 2018
1 parent afce775 commit 22e1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BBOX_WITHIN_BOOST: '300'
CARTO_ONECLICK_LINK: 'http://oneclick.cartodb.com/'

# Download path can be configured using this setting
DOWNLOAD_PATH: "./tmp/cache/downloads"
DOWNLOAD_PATH: <%= ENV['PULMAP_DOWNLOAD_PATH'] || "./tmp/cache/downloads" %>

# DEPRECATED Main Solr geometry field used for spatial search and bounding box. Should be type 'rpt'
GEOMETRY_FIELD: 'solr_geom'
Expand Down

0 comments on commit 22e1aa8

Please sign in to comment.