Fix - Declare Output button disabled after saving a default value
[sdc.git] / openecomp-ui / devConfig.defaults.json
1 {
2   "port": 9000,
3   "proxyCatalogTarget": null,
4   "proxyWebsocketTarget": null,
5   "proxyTarget": null,
6   "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"
26     },
27     "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       ]
65     },
66     "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
81     }
82   }
83 }