Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 1 | module.exports={ |
| 2 | "name": "Release sdnc1.0", |
Chinthakayala,Sheshashailavas(sc2914) | 8f6a6c4 | 2018-06-27 16:11:44 +0000 | [diff] [blame] | 3 | "loginId": "dguser", |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 4 | "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) | 8f6a6c4 | 2018-06-27 16:11:44 +0000 | [diff] [blame] | 24 | "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) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 29 | "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) | 347321e | 2019-08-02 16:22:16 +0000 | [diff] [blame] | 43 | "performGitPull": "N", |
| 44 | "enableHttps" : true |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 45 | } |