From 57ac2cf8dc1695f6e323dfae773d9a477daa864f Mon Sep 17 00:00:00 2001 From: "Balaji, Ramya (rb111y)" Date: Tue, 8 May 2018 16:05:06 -0400 Subject: [PATCH] Added properties file Design Tool support needs properties file Issue-ID: APPC-888 Change-Id: Ieb319e79fea2a5c6b2b7d1a7addfd4f0c89960c6 Signed-off-by: Balaji, Ramya (rb111y) --- installation/src/main/properties/designService.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 installation/src/main/properties/designService.properties diff --git a/installation/src/main/properties/designService.properties b/installation/src/main/properties/designService.properties new file mode 100644 index 0000000..284e012 --- /dev/null +++ b/installation/src/main/properties/designService.properties @@ -0,0 +1,3 @@ +appc.upload.user=admin +appc.upload.pass=admin +appc.upload.provider.url=http://localhost:8181/restconf/operations/artifact-handler:uploadartifact -- 2.16.6