From 2b837d7c4bf0e3dfe4e8706b62bad43a93baa604 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Mon, 18 May 2020 16:20:43 +0000
Subject: [PATCH] Neues Nutzerprofil fertig

---
 web/META-INF/context.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/META-INF/context.xml b/web/META-INF/context.xml
index 4c75112..7e6da16 100644
--- a/web/META-INF/context.xml
+++ b/web/META-INF/context.xml
@@ -6,7 +6,7 @@
       username="dbadmin"
       password="changeit"
       driverClassName="org.apache.derby.jdbc.ClientDriver"
-      url="jdbc:derby://127.0.0.1:1528/udb;create=true"
+      url="jdbc:derby://localhost:1527/udb;create=true"
       maxActive="60"
       maxIdle="30"
       maxWait="5000"

--
Gitblit v1.9.3