bookstore: remote service credentials only for production profile
This commit is contained in:
@@ -17,17 +17,21 @@
|
|||||||
"ReviewsService": {
|
"ReviewsService": {
|
||||||
"kind": "odata",
|
"kind": "odata",
|
||||||
"model": "@capire/reviews",
|
"model": "@capire/reviews",
|
||||||
"credentials": {
|
"[production]": {
|
||||||
"destination": "reviews-dest",
|
"credentials": {
|
||||||
"path": "/reviews"
|
"destination": "reviews-dest",
|
||||||
|
"path": "/reviews"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"OrdersService": {
|
"OrdersService": {
|
||||||
"kind": "odata",
|
"kind": "odata",
|
||||||
"model": "@capire/orders",
|
"model": "@capire/orders",
|
||||||
"credentials": {
|
"[production]": {
|
||||||
"destination": "orders-dest",
|
"credentials": {
|
||||||
"path": "/odata/v4/orders"
|
"destination": "orders-dest",
|
||||||
|
"path": "/odata/v4/orders"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"[production]": {
|
"[production]": {
|
||||||
|
|||||||
Reference in New Issue
Block a user