2 changed files with 15 additions and 1 deletions
@ -1,3 +1,2 @@ |
|||||||
app/db.properties |
|
||||||
app/db-co.properties |
app/db-co.properties |
||||||
app/ojdbc8.jar |
app/ojdbc8.jar |
||||||
|
@ -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…
Reference in new issue