Browse Source

db.properties für postgres db

master
Alexander Bien 2 weeks ago
parent
commit
f686f127d8
  1. 1
      .gitignore
  2. 15
      app/db.properties

1
.gitignore vendored

@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
app/db.properties
app/db-co.properties
app/ojdbc8.jar

15
app/db.properties

@ -0,0 +1,15 @@ @@ -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
Loading…
Cancel
Save