From 831b908402b5d7b5ce7d51f0a83d5e82e34a13ae Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 31 Jan 2017 19:37:26 -0500 Subject: [PATCH] *: comment middleware for OOB working config --- example_config.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/example_config.yaml b/example_config.yaml index 8d28b61..2fafc60 100644 --- a/example_config.yaml +++ b/example_config.yaml @@ -67,22 +67,22 @@ chihaya: # This block defines configuration used for middleware executed before a # response has been returned to a BitTorrent client. prehooks: - - name: jwt - config: - issuer: "https://issuer.com" - audience: "https://chihaya.issuer.com" - jwk_set_url: "https://issuer.com/keys" - jwk_set_update_interval: 5m + #- name: jwt + # config: + # issuer: "https://issuer.com" + # audience: "https://chihaya.issuer.com" + # jwk_set_url: "https://issuer.com/keys" + # jwk_set_update_interval: 5m - - name: client approval - config: - whitelist: - - "OP1011" - blacklist: - - "OP1012" + #- name: client approval + # config: + # whitelist: + # - "OP1011" + # blacklist: + # - "OP1012" - - name: interval variation - config: - modify_response_probability: 0.2 - max_increase_delta: 60 - modify_min_interval: true + #- name: interval variation + # config: + # modify_response_probability: 0.2 + # max_increase_delta: 60 + # modify_min_interval: true