File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
2-cloud-datastore/config/environments
3-cloud-storage/config/environments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
config . eager_load = false
27
27
28
28
# Configure static file server for tests with Cache-Control for performance.
29
- config . serve_static_files = true
29
+ config . serve_static_files = true
30
30
config . static_cache_control = 'public, max-age=3600'
31
31
32
32
# Show full error reports and disable caching.
Original file line number Diff line number Diff line change 26
26
config . eager_load = false
27
27
28
28
# Configure static file server for tests with Cache-Control for performance.
29
- config . serve_static_files = true
30
- config . public_file_server . headers = 'public, max-age=3600'
29
+ config . serve_static_files = true
30
+ config . static_cache_control = 'public, max-age=3600'
31
31
32
32
# Show full error reports and disable caching.
33
33
config . consider_all_requests_local = true
You can’t perform that action at this time.
0 commit comments