From f686f127d80e0e6662d8e7111e70fe39905c31ca Mon Sep 17 00:00:00 2001 From: Alexander Bien Date: Wed, 19 Mar 2025 11:08:36 +0100 Subject: [PATCH] =?UTF-8?q?db.properties=20f=C3=BCr=20postgres=20db?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - app/db.properties | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 app/db.properties diff --git a/.gitignore b/.gitignore index 82e2457..b05b53c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -app/db.properties app/db-co.properties app/ojdbc8.jar diff --git a/app/db.properties b/app/db.properties new file mode 100644 index 0000000..7ea940a --- /dev/null +++ b/app/db.properties @@ -0,0 +1,15 @@ +#SuperX DB.properties +#Fri Apr 05 07:30:13 GMT 2024 +maskCache=select tid from maskeninfo where 1\=0 +minIdle=10 +logLevelSQL=FINEST +maxIdle=10 +timeBetweenEvictionRunsMillis=5000 +connectionURL=jdbc\:postgresql\://postgres\:5432/superx +developmentMode=true +driverName=org.postgresql.Driver +connectionName=superx +connectionPassword=sx_des\#32\#-62\#-16\#124\#-87\#-28\#58\#-61 +userCache=select tid from userinfo where 1\=0 +logLevelXML=FINEST +maxActive=60 \ No newline at end of file