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