forked from tsai/eShopOnAbp
Compare commits
3 Commits
main
...
gterdem/sw
| Author | SHA1 | Date |
|---|---|---|
|
|
a6fd7060f1 | 3 years ago |
|
|
09b5bb62b5 | 3 years ago |
|
|
df2386e970 | 3 years ago |
11 changed files with 174 additions and 287 deletions
@ -1,113 +0,0 @@ |
|||||
{ |
|
||||
"ReverseProxy": { |
|
||||
"Routes": { |
|
||||
"Account Service": { |
|
||||
"ClusterId": "accountCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/account/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Administration Service": { |
|
||||
"ClusterId": "administrationCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/abp/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Catalog Service": { |
|
||||
"ClusterId": "catalogCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/catalog/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Basket Service": { |
|
||||
"ClusterId": "basketCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/basket/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Ordering Service": { |
|
||||
"ClusterId": "orderingCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/ordering/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Payment Service": { |
|
||||
"ClusterId": "paymentCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/payment/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"Cmskit Service": { |
|
||||
"ClusterId": "cmskitCluster", |
|
||||
"Match": { |
|
||||
"Path": "/api/cmskit/{**everything}" |
|
||||
} |
|
||||
}, |
|
||||
"product-picture-route": { |
|
||||
"ClusterId": "productPictureCluster", |
|
||||
"Match": { |
|
||||
"Path": "/product-images/{**everything}", |
|
||||
"Methods": [ "GET" ] |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"Clusters": { |
|
||||
"accountCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-authserver" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"administrationCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-administration" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"catalogCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-catalog" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"basketCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-basket" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"orderingCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-ordering" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"paymentCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-payment" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"cmskitCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-cmskit" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
"productPictureCluster": { |
|
||||
"Destinations": { |
|
||||
"destination1": { |
|
||||
"Address": "http://eshop-st-catalog" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue