From 7c46a39f566895cca30abb147390b2ed06c07577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 13 Sep 2017 20:46:32 +0200 Subject: [PATCH] commit missing file (used for performance testing --- config.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..5f8ec88 --- /dev/null +++ b/config.json @@ -0,0 +1,34 @@ +{ + "id": 1234567890987, + "provider_key": "provider-key", + "services": [ + { + "id": 654321, + "backend_version": "1", + "proxy": { + "api_backend": "http://127.0.0.1:8081", + "hostname_rewrite": "echo", + "hosts": [ + "localhost", + "127.0.0.1" + ], + "backend": { + "endpoint": "http://127.0.0.1:8081", + "host": "backend" + }, + "auth_user_key": "user_key", + "credentials_location": "query", + "proxy_rules": [ + { + "http_method": "POST", + "pattern": "/", + "metric_system_name": "hits", + "delta": 1, + "parameters": [], + "querystring_parameters": {} + } + ] + } + } + ] +}