do things

This commit is contained in:
nora 2023-09-05 16:20:55 +02:00
parent f43abee05c
commit 7166133801
7 changed files with 136 additions and 0 deletions

12
ROOT.xml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Context path="" docBase="/home/openolat/webapp" debug="0" reloadable="false" allowLinking="true">
<Resource name="jdbc/openolatDS" auth="Container" type="javax.sql.DataSource"
maxTotal="16" maxIdle="4" maxWaitMillis="60000"
username="oodbu" password="__PASSWORD__"
driverClassName="org.postgresql.Driver"
validationQuery="SELECT 1"
validationQueryTimeout="-1"
testOnBorrow="true"
testOnReturn="false"
url="__DB_URL__"/>
</Context>