File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ export default function createClients (opts) {
27
27
port : opts . deliveryPort ,
28
28
headers : opts . deliveryHeaders ,
29
29
insecure : opts . deliveryInsecure ,
30
- proxy : opts . proxy
30
+ proxy : opts . proxy ,
31
+ application : opts . deliveryApplication ,
32
+ integration : opts . deliveryIntegration
31
33
} )
32
34
}
33
35
@@ -38,7 +40,9 @@ export default function createClients (opts) {
38
40
port : opts . managementPort ,
39
41
headers : opts . managementHeaders ,
40
42
insecure : opts . managementInsecure ,
41
- proxy : opts . proxy
43
+ proxy : opts . proxy ,
44
+ application : opts . managementApplication ,
45
+ integration : opts . managementIntegration
42
46
} )
43
47
}
44
48
@@ -51,7 +55,9 @@ export default function createClients (opts) {
51
55
port : opts . managementPort ,
52
56
headers : opts . managementHeaders ,
53
57
insecure : opts . managementInsecure ,
54
- proxy : opts . proxy
58
+ proxy : opts . proxy ,
59
+ application : opts . managementApplication ,
60
+ integration : opts . managementIntegration
55
61
} )
56
62
}
57
63
}
You can’t perform that action at this time.
0 commit comments