removed dependency on built-editor.min.js

and added ability to test DG from dgbuilder
 and fixed the break node on XML generation
 and added ability to download
  formatted DG XML and DG JSON

Issue-ID: SDNC-353
Change-Id: I799de5de2c4f61e9b56dbe996d8ac3e3b28061f7
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
diff --git a/dgbuilder/releases/sdnc1.0/customSettings.js b/dgbuilder/releases/sdnc1.0/customSettings.js
index dc85fa5..6fb04f0 100644
--- a/dgbuilder/releases/sdnc1.0/customSettings.js
+++ b/dgbuilder/releases/sdnc1.0/customSettings.js
@@ -1,5 +1,6 @@
 module.exports={
     "name": "Release sdnc1.0",
+    "loginId": "dguser",
     "emailAddress": "dguser@onap.org",
     "uiPort": 3100,
     "mqttReconnectTime": 15000,
@@ -20,6 +21,11 @@
     "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": "/",