summaryrefslogtreecommitdiff
path: root/examples/external_config.yml
blob: ce26e29ef6b650548e74d73bfa873d3a9193fd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See external_config.py for usage example
cache_settings:
  expire_after: 360
  cache_control: True
  stale_if_error: True
  allowable_methods:
    - GET
    - HEAD
    - POST
  allowable_codes:
    - 200
    - 400
  ignored_parameters:
    - api_key
  match_headers:
    - Accept-Language