use_default_settings: true | |
server: | |
secret_key: "ultrasecretkey" | |
limiter: true | |
image_proxy: false | |
ui: | |
static_use_hash: true | |
search: | |
safe_search: 0 | |
formats: | |
- json | |
- html | |
limiter: | |
request_limit: 10 | |
request_interval: 60 | |
ban_threshold: 1 | |
ban_duration: 36000 |