This commit is contained in:
Rinjae
2025-09-05 19:06:22 +09:00
commit a1d74cf004
333 changed files with 47708 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource name="jndi/dsAPIGW" auth="Container" type="javax.sql.DataSource"
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
username="apigw" password="apigw" driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://127.0.0.1:25432/apigw"/>
</Context>