# HG changeset patch
# User gernotbelger
# Date 1523963936 -7200
# Node ID 4635872e7117d8829e4307653552be12fc1a8e91
# Parent 209b10b144eca81cf27c96b6e652e15cf22fee81
DB-Port
diff -r 209b10b144ec -r 4635872e7117 artifacts/doc/conf/backend-db.xml
--- a/artifacts/doc/conf/backend-db.xml Thu Apr 12 19:17:16 2018 +0200
+++ b/artifacts/doc/conf/backend-db.xml Tue Apr 17 13:18:56 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 209b10b144ec -r 4635872e7117 artifacts/doc/conf/seddb-db.xml
--- a/artifacts/doc/conf/seddb-db.xml Thu Apr 12 19:17:16 2018 +0200
+++ b/artifacts/doc/conf/seddb-db.xml Tue Apr 17 13:18:56 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