Add support for Active Storage attachments

This commit is contained in:
Tom Hughes 2019-07-02 20:47:42 +01:00
parent cec5e4999c
commit ba627420a3
11 changed files with 178 additions and 35 deletions

View file

@ -122,3 +122,5 @@ fossgis_osrm_url: "https://routing.openstreetmap.de/"
csp_enforce: false
# URL for reporting Content-Security-Policy violations
#csp_report_url: ""
# Storage service to use in production mode
storage_service: "local"