*: comment middleware for OOB working config
This commit is contained in:
parent
a5dab8ac0a
commit
831b908402
1 changed files with 17 additions and 17 deletions
|
@ -67,22 +67,22 @@ chihaya:
|
||||||
# This block defines configuration used for middleware executed before a
|
# This block defines configuration used for middleware executed before a
|
||||||
# response has been returned to a BitTorrent client.
|
# response has been returned to a BitTorrent client.
|
||||||
prehooks:
|
prehooks:
|
||||||
- name: jwt
|
#- name: jwt
|
||||||
config:
|
# config:
|
||||||
issuer: "https://issuer.com"
|
# issuer: "https://issuer.com"
|
||||||
audience: "https://chihaya.issuer.com"
|
# audience: "https://chihaya.issuer.com"
|
||||||
jwk_set_url: "https://issuer.com/keys"
|
# jwk_set_url: "https://issuer.com/keys"
|
||||||
jwk_set_update_interval: 5m
|
# jwk_set_update_interval: 5m
|
||||||
|
|
||||||
- name: client approval
|
#- name: client approval
|
||||||
config:
|
# config:
|
||||||
whitelist:
|
# whitelist:
|
||||||
- "OP1011"
|
# - "OP1011"
|
||||||
blacklist:
|
# blacklist:
|
||||||
- "OP1012"
|
# - "OP1012"
|
||||||
|
|
||||||
- name: interval variation
|
#- name: interval variation
|
||||||
config:
|
# config:
|
||||||
modify_response_probability: 0.2
|
# modify_response_probability: 0.2
|
||||||
max_increase_delta: 60
|
# max_increase_delta: 60
|
||||||
modify_min_interval: true
|
# modify_min_interval: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue