Skip to content

Commit

Permalink
docs(config): Add missing default param
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Dec 29, 2024
1 parent 1261f9b commit 306fea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ cache-max-age: 86400
bind: 127.0.0.1
# The prefixes of requests to cache responses from. Multiple entries must be separated by comma.
cache-prefixes: /v3/files
# Cache responses by the full request URI (incl. query fragments) instead of only the request path
cache-by-full-request-uri: false
# Value of the `Access-Control-Allow-Origin` header.
cors: "*"
# Enables the dev mode.
Expand Down

0 comments on commit 306fea0

Please sign in to comment.