12737: Rename config serve_static_assets to serve_static_files.
authorTom Clegg <tclegg@veritasgenetics.com>
Mon, 14 May 2018 19:32:26 +0000 (15:32 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Mon, 14 May 2018 19:32:26 +0000 (15:32 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

apps/workbench/config/application.default.yml

index 137bba09e8365188a9d2cb8ac5ed49bb59f1b48c..0946a9ddaf1728aa2e018100237d0b7ae568d6e1 100644 (file)
@@ -66,7 +66,7 @@ production:
   eager_load: true
   consider_all_requests_local: false
   action_controller.perform_caching: true
-  serve_static_assets: false
+  serve_static_files: false
   assets.compile: false
   assets.digest: true
   i18n.fallbacks: true
@@ -88,7 +88,7 @@ production:
 test:
   cache_classes: true
   eager_load: false
-  serve_static_assets: true
+  serve_static_files: true
   static_cache_control: public, max-age=3600
   consider_all_requests_local: true
   action_controller.perform_caching: false