Merge branch '19954-permission-dedup-doc'
[arvados.git] / apps / workbench / config / environments / test.rb.example
index 7ce5082701274c0564dd3b22a73375a656fa08a5..373618c1d66a081c82fdf340649f6f23d887d050 100644 (file)
@@ -12,8 +12,8 @@ ArvadosWorkbench::Application.configure do
   config.cache_classes = true
 
   # Configure static asset server for tests with Cache-Control for performance
-  config.serve_static_files = true
-  config.static_cache_control = "public, max-age=3600"
+  config.public_file_server.enabled = true
+  config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
 
   # Show full error reports and disable caching
   config.consider_all_requests_local       = true