blob: a16a0ebc6976c34754b707676d0a8392c2b71bed [file] [log] [blame]
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -09001module.exports={
2 "name": "Release sdnc1.0",
Chinthakayala,Sheshashailavas(sc2914)8f6a6c42018-06-27 16:11:44 +00003 "loginId": "dguser",
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -09004 "emailAddress": "dguser@onap.org",
5 "uiPort": 3100,
6 "mqttReconnectTime": 15000,
7 "serialReconnectTime": 15000,
8 "debugMaxLength": 1000,
9 "htmlPath": "releases/sdnc1.0/html/",
10 "xmlPath": "releases/sdnc1.0/xml/",
11 "flowFile": "releases/sdnc1.0/flows/flows.json",
12 "sharedDir": "releases/sdnc1.0/flows/shared",
13 "userDir": "releases/sdnc1.0",
14 "httpAuth": {
15 "user": "dguser",
16 "pass": "cc03e747a6afbbcbf8be7668acfebee5"
17 },
18 "dbHost": "dbhost",
19 "dbPort": "3306",
20 "dbName": "sdnctl",
21 "dbUser": "sdnctl",
22 "dbPassword": "gamma",
23 "gitLocalRepository": "",
Chinthakayala,Sheshashailavas(sc2914)8f6a6c42018-06-27 16:11:44 +000024 "restConfUrl": "http://localhost:8181/restconf/operations/SLI-API:execute-graph",
25 "restConfUser": "admin",
26 "restConfPassword": "admin",
27 "formatXML": "Y",
28 "formatJSON": "Y",
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -090029 "httpRoot": "/",
30 "disableEditor": false,
31 "httpAdminRoot": "/",
32 "httpAdminAuth": {
33 "user": "dguser",
34 "pass": "cc03e747a6afbbcbf8be7668acfebee5"
35 },
36 "httpNodeRoot": "/",
37 "httpNodeAuth": {
38 "user": "dguser",
39 "pass": "cc03e747a6afbbcbf8be7668acfebee5"
40 },
41 "uiHost": "0.0.0.0",
42 "version": "0.9.1",
Chinthakayala, Sheshashailavas (sc2914)347321e2019-08-02 16:22:16 +000043 "performGitPull": "N",
44 "enableHttps" : true
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -090045}