bug[TW18967]: Change postgres json file to have lowercase osee db

Change-Id: I7a60d76827af65b21aa8350d5d5018c01cba195e
Signed-off-by: broberts <baily.e.roberts@boeing.com>
diff --git a/plugins/org.eclipse.osee.server.p2/etc/osee.postgresql.json b/plugins/org.eclipse.osee.server.p2/etc/osee.postgresql.json
index c027fb0..b0365b8 100644
--- a/plugins/org.eclipse.osee.server.p2/etc/osee.postgresql.json
+++ b/plugins/org.eclipse.osee.server.p2/etc/osee.postgresql.json
@@ -6,7 +6,7 @@
                 {
                     "service.id": "1001",
                     "jdbc.client.driver": "org.postgresql.Driver",
-                    "jdbc.client.db.uri": "jdbc:postgresql://localhost:5432/OSEE",
+                    "jdbc.client.db.uri": "jdbc:postgresql://localhost:5432/osee",
                     "jdbc.client.db.username": "osee",
                     "jdbc.client.db.password": "osee",
                     "jdbc.client.connection.pool.enabled": "true"
diff --git "a/plugins/org.eclipse.osee.support.config/launchConfig/OSEE_Application_Server_\133PostGreSQL\135.launch" "b/plugins/org.eclipse.osee.support.config/launchConfig/OSEE_Application_Server_\133PostGreSQL\135.launch"
index 50a3b6c..7a01d88 100644
--- "a/plugins/org.eclipse.osee.support.config/launchConfig/OSEE_Application_Server_\133PostGreSQL\135.launch"
+++ "b/plugins/org.eclipse.osee.support.config/launchConfig/OSEE_Application_Server_\133PostGreSQL\135.launch"
@@ -23,7 +23,7 @@
 <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -console -clean"/>
 <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1024m&#13;&#10;-Declipse.ignoreApp=true &#13;&#10;-Dosgi.noShutdown=true&#13;&#10;-Dorg.osgi.service.http.port=8089&#13;&#10;-Dosee.log.default=INFO&#13;&#10;-Dosee.authentication.protocol=demo&#13;&#10;-Dlogback.configurationFile=${project_loc:org.eclipse.osee.server.p2}\logback-dev.xml&#13;&#10;-Dcm.config.uri=&quot;${project_loc:org.eclipse.osee.support.config}/launchConfig/osee.postgresql.json&quot;"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx1024m&#13;&#10;-Declipse.ignoreApp=true &#13;&#10;-Dosgi.noShutdown=true&#13;&#10;-Dorg.osgi.service.http.port=8089&#13;&#10;-Dosee.log.default=INFO&#13;&#10;-Dosee.authentication.protocol=demo&#13;&#10;-Dlogback.configurationFile=${project_loc:org.eclipse.osee.server.p2}\logback-dev.xml&#13;&#10;-Dcm.config.uri=&quot;${project_loc:org.eclipse.osee.server.p2}/etc/osee.postgresql.json&quot;"/>
 <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${env_var:UserProfile}\Documents\"/>
 <stringAttribute key="pde.version" value="3.3"/>
 <setAttribute key="selected_features">
diff --git a/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json b/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json
deleted file mode 100644
index b0365b8..0000000
--- a/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "config": [
-        {
-            "service.pid": "org.eclipse.osee.jdbc.internal.osgi.JdbcComponentFactory",
-            "jdbc.service": [
-                {
-                    "service.id": "1001",
-                    "jdbc.client.driver": "org.postgresql.Driver",
-                    "jdbc.client.db.uri": "jdbc:postgresql://localhost:5432/osee",
-                    "jdbc.client.db.username": "osee",
-                    "jdbc.client.db.password": "osee",
-                    "jdbc.client.connection.pool.enabled": "true"
-                }
-            ]
-        }
-    ]
-}
\ No newline at end of file