blob: 7f899090595f54c654aa28639ed719f23b702e5a [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
2 "port": 9000,
Avi Ziv61070c92017-07-26 17:37:57 +03003 "proxyCatalogTarget": null,
talig8e9c0652017-12-20 14:30:43 +02004 "proxyWebsocketTarget": null,
Michael Landoefa037d2017-02-19 12:57:33 +02005 "proxyTarget": null,
ilanap1d8517d2021-01-17 17:09:35 +02006 "cookie": {
7 "junctionName": "IV_JCT",
8 "prefix": "AMWEBJCT!",
9 "userIdSuffix": "USER_ID",
10 "userFirstName": "HTTP_CSP_FIRSTNAME",
11 "userLastName": "HTTP_CSP_LASTNAME",
12 "userEmail": "HTTP_CSP_EMAIL",
13 "xEcompRequestId": " X-ECOMP-RequestID",
14 "portalCookie": "EPService"
15 },
16 "env": {
17 "role": "designer"
18 },
19 "userTypes": {
20 "admin": {
21 "userId": "jh0003",
22 "email": "mail@gmail.com",
23 "firstName": "Jimmy",
24 "lastName": "Hendrix",
25 "xEcompRequestId": "ccccc"
ilanap1965d162018-01-04 11:34:59 +020026 },
ilanap1d8517d2021-01-17 17:09:35 +020027 "designer": {
28 "userId": "cs0008",
29 "email": "designer@sdc.com",
30 "firstName": "Carlos",
31 "lastName": "Santana",
32 "xEcompRequestId": "ccccc"
33 }
34 },
35 "proxyConfig" : {
36 "urlReplaceRules" : [
37 {
38 "url" : "/proxy-designer1",
39 "replace" : "/proxy-designer1",
40 "with" : ""
41 },
42 {
43 "url" : "/onboarding/resources",
44 "replace" : "/onboarding",
45 "with" : ""
46 }
47 ],
48 "jsReplaceRules" : [
49 {
50 "replace" : "/onboarding/punch-outs_en.js",
51 "with" : "/onboarding/punch-outs.js"
52 }
53 ],
54 "appContextPath" : "/onboarding",
55 "redirectionPath" : "sdc1#/onboardVendor",
56 "onboardingProxy" : {
57 "rewrite" : {
58 "/sdc1/feProxy/onboarding-api": "/onboarding-api"
59 },
60 "proxy" : [
61 "/api",
62 "/onboarding-api",
63 "/sdc1/feProxy/onboarding-api"
64 ]
ilanap1965d162018-01-04 11:34:59 +020065 },
ilanap1d8517d2021-01-17 17:09:35 +020066 "catalogProxy" : {
67 "rewrite" : {
68 "/sdc1/feProxy/onboarding-api": "/sdc1/feProxy/onboarding-api",
69 "/onboarding-api": "/sdc1/feProxy/onboarding-api"
70 },
71 "proxy" : [
72 "/sdc1",
73 "/onboarding-api",
74 "/scripts",
75 "/styles"
76 ]
77 },
78 "websocketProxy" : {
79 "proxy" : ["/notification-api"],
80 "enabled" : false
ilanap1965d162018-01-04 11:34:59 +020081 }
AviZi280f8012017-06-09 02:39:56 +030082 }
Michael Landoefa037d2017-02-19 12:57:33 +020083}