Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.demo.db.connection')
-rw-r--r--plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml b/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
index e4b6d4df76a..d399d142e9e 100644
--- a/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
+++ b/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
@@ -54,7 +54,7 @@
<AvailableDbServices>
<Server id="h2" dbInfo="h2.db.info" hostAddress="127.0.0.1"
- port="1621" connectsWith="h2.db.connection" />
+ port="8088" connectsWith="h2.db.connection" />
<Server id="derby" dbInfo="DerbyServer" hostAddress="127.0.0.1"
port="1621" connectsWith="NetDerbyClient" />

Back to the top