mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 12:58:15 +08:00
#296 renamed configuration.json to ocelot.json in preparation
This commit is contained in:
19
samples/OcelotGraphQL/ocelot.json
Normal file
19
samples/OcelotGraphQL/ocelot.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"ReRoutes": [
|
||||
{
|
||||
"DownstreamPathTemplate": "/",
|
||||
"DownstreamScheme": "http",
|
||||
"DownstreamHostAndPorts": [
|
||||
{
|
||||
"Host": "jsonplaceholder.typicode.com",
|
||||
"Port": 80
|
||||
}
|
||||
],
|
||||
"UpstreamPathTemplate": "/graphql",
|
||||
"DelegatingHandlers": [
|
||||
"GraphQlDelegatingHandler"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user