Updated manual test config and readme

This commit is contained in:
TomPallister
2016-11-06 12:17:09 +00:00
parent ff5776613f
commit 4b0ea4bc3b
2 changed files with 8 additions and 7 deletions

View File

@ -41,8 +41,7 @@
"DownstreamTemplate": "http://jsonplaceholder.typicode.com/posts",
"UpstreamTemplate": "/posts",
"UpstreamHttpMethod": "Get",
"FileCacheOptions": { "TtlSeconds": 15 },
"RequestIdKey": "OcRequestId"
"FileCacheOptions": { "TtlSeconds": 15 }
},
{
"DownstreamTemplate": "http://jsonplaceholder.typicode.com/posts/{postId}",
@ -79,5 +78,8 @@
"UpstreamTemplate": "/posts/{postId}",
"UpstreamHttpMethod": "Delete"
}
]
],
"GlobalConfiguration": {
"RequestIdKey": "OcRequestId"
}
}