Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.osee.server.p2/etc/osee.postgresql.json2
1 files changed, 1 insertions, 1 deletions
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 c027fb0508a..b0365b8ca11 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"

Back to the top