13996: Re-add symlink config.default.yml
[arvados.git] / services / api / config / environments / test.rb.example
index 5ceb8f8b5d8bb4c7ad87342c93642c19632f36b7..6b550587cbb28b95d7b07bf1f0841afe6ec5bdc4 100644 (file)
@@ -12,8 +12,8 @@ Server::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' }
 
   # Log error messages when you accidentally call methods on nil
   config.whiny_nils = true