|
@ -1,5 +1,5 @@ |
|
|
{ |
|
|
{ |
|
|
"Urls": "http://host.docker.internal:5202", |
|
|
|
|
|
|
|
|
"Urls": "http://{ServiceHost}:{ServicePort}", |
|
|
"Logging": { |
|
|
"Logging": { |
|
|
"LogLevel": { |
|
|
"LogLevel": { |
|
|
"Default": "Information", |
|
|
"Default": "Information", |
|
@ -11,7 +11,6 @@ |
|
|
"Routes": { |
|
|
"Routes": { |
|
|
"minimumroute": { |
|
|
"minimumroute": { |
|
|
"ClusterId": "minimumcluster", |
|
|
"ClusterId": "minimumcluster", |
|
|
"CorsPolicy": "customPolicy", |
|
|
|
|
|
"Match": { |
|
|
"Match": { |
|
|
"Path": "{**catch-all}" |
|
|
"Path": "{**catch-all}" |
|
|
} |
|
|
} |
|
@ -21,7 +20,7 @@ |
|
|
"CorsPolicy": "customPolicy", |
|
|
"CorsPolicy": "customPolicy", |
|
|
"Match": { |
|
|
"Match": { |
|
|
"Methods": [ "GET", "POST" ], |
|
|
"Methods": [ "GET", "POST" ], |
|
|
"Hosts": "0.0.0.0", |
|
|
|
|
|
|
|
|
"Hosts": "host.docker.internal", |
|
|
"Path": "/c/{**catch-all}" |
|
|
"Path": "/c/{**catch-all}" |
|
|
}, |
|
|
}, |
|
|
"Transforms": [ |
|
|
"Transforms": [ |
|
@ -50,8 +49,13 @@ |
|
|
"Match": { |
|
|
"Match": { |
|
|
"Methods": [ "GET", "POST" ], |
|
|
"Methods": [ "GET", "POST" ], |
|
|
"Hosts": "host.docker.internal", |
|
|
"Hosts": "host.docker.internal", |
|
|
"Path": "/hub/notificationhub/{**catch-all}" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"Path": "/hub/{**catch-all}" |
|
|
|
|
|
}, |
|
|
|
|
|
"Transforms": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"PathRemovePrefix": "/hub" |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
"basket": { |
|
|
"basket": { |
|
|
"ClusterId": "basket", |
|
|
"ClusterId": "basket", |
|
|