# HG changeset patch
# User gernotbelger
# Date 1530036962 -7200
# Node ID 9ef1262487e7d04b3ae637b84cebc0a4d3807fc5
# Parent 51b316de0d64d91b85f3f5b1c23d2a711bc9fdc7
DB-Ports
diff -r 51b316de0d64 -r 9ef1262487e7 artifacts/doc/conf/backend-db.xml
--- a/artifacts/doc/conf/backend-db.xml Tue Jun 26 20:04:56 2018 +0200
+++ b/artifacts/doc/conf/backend-db.xml Tue Jun 26 20:16:02 2018 +0200
@@ -5,7 +5,7 @@
d4e
org.hibernate.dialect.PostgreSQLDialect
org.postgresql.Driver
- jdbc:postgresql://localhost:63333/d4e
+ jdbc:postgresql://localhost:5432/d4e
select 1 from rivers
30000
diff -r 51b316de0d64 -r 9ef1262487e7 artifacts/doc/conf/seddb-db.xml
--- a/artifacts/doc/conf/seddb-db.xml Tue Jun 26 20:04:56 2018 +0200
+++ b/artifacts/doc/conf/seddb-db.xml Tue Jun 26 20:16:02 2018 +0200
@@ -5,7 +5,7 @@
seddb
org.hibernate.dialect.PostgreSQLDialect
org.postgresql.Driver
- jdbc:postgresql://localhost:63333/seddb
+ jdbc:postgresql://localhost:5432/seddb
select 1 from gewaesser
30000