From 8f6a6c445eaeb7356e1db9d10d10b7d3fa42f27e Mon Sep 17 00:00:00 2001 From: "Chinthakayala,Sheshashailavas(sc2914)" Date: Wed, 27 Jun 2018 16:11:44 +0000 Subject: 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) --- dgbuilder/releases/sdnc1.0/customSettings.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dgbuilder/releases') diff --git a/dgbuilder/releases/sdnc1.0/customSettings.js b/dgbuilder/releases/sdnc1.0/customSettings.js index dc85fa59..6fb04f01 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 @@ 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": "/", -- cgit 1.2.3-korg