[CCSDK-1579] updated to use https
[ccsdk/distribution.git] / dgbuilder / releases / sdnc1.0 / customSettings.js
index dc85fa5..a16a0eb 100644 (file)
@@ -1,5 +1,6 @@
 module.exports={
     "name": "Release sdnc1.0",
+    "loginId": "dguser",
     "emailAddress": "dguser@onap.org",
     "uiPort": 3100,
     "mqttReconnectTime": 15000,
@@ -20,6 +21,11 @@ module.exports={
     "dbUser": "sdnctl",
     "dbPassword": "gamma",
     "gitLocalRepository": "",
+    "restConfUrl": "http://localhost:8181/restconf/operations/SLI-API:execute-graph",
+    "restConfUser": "admin",
+    "restConfPassword": "admin",
+    "formatXML": "Y",
+    "formatJSON": "Y",
     "httpRoot": "/",
     "disableEditor": false,
     "httpAdminRoot": "/",
@@ -34,5 +40,6 @@ module.exports={
     },
     "uiHost": "0.0.0.0",
     "version": "0.9.1",
-    "performGitPull": "N"
+    "performGitPull": "N",
+    "enableHttps" : true
 }