From 5d423270c1a7e8046f499e9af3760284521bc170 Mon Sep 17 00:00:00 2001 From: Brian Rosenberger Date: Mon, 24 Aug 2015 07:58:08 +0000 Subject: [PATCH] Added Serena Dimensions CM RESTful web service to list items from a project Example properties file to store a technical user git-svn-id: https://brutex.net/svn/xservices/trunk@176 e7e49efb-446e-492e-b9ec-fcafc1997a86 --- web/WEB-INF/dimcm.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 web/WEB-INF/dimcm.properties diff --git a/web/WEB-INF/dimcm.properties b/web/WEB-INF/dimcm.properties new file mode 100644 index 0000000..7ccb4d2 --- /dev/null +++ b/web/WEB-INF/dimcm.properties @@ -0,0 +1,9 @@ +#This is an example config file + +user=dmsys +password=yourpassword +dbname=cm_typical +dbconn=DIM14 +server=cepoc01.cloudapp.net\:671 + +baseurl=http\://cepoc01.cloudapp.net\:8080/dimensions \ No newline at end of file