[CCSDK-1579] updated to use https
[ccsdk/distribution.git] / dgbuilder / releases / sdnc1.0 / customSettings.js
1 module.exports={
2     "name": "Release sdnc1.0",
3     "loginId": "dguser",
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": "",
24     "restConfUrl": "http://localhost:8181/restconf/operations/SLI-API:execute-graph",
25     "restConfUser": "admin",
26     "restConfPassword": "admin",
27     "formatXML": "Y",
28     "formatJSON": "Y",
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",
43     "performGitPull": "N",
44     "enableHttps" : true
45 }