Changed context file to example file
This commit is contained in:
parent
1835a850f6
commit
e02e2cdfbe
1 changed files with 3 additions and 3 deletions
|
|
@ -14,10 +14,10 @@
|
||||||
name="jdbc/mysql"
|
name="jdbc/mysql"
|
||||||
auth="Container"
|
auth="Container"
|
||||||
type="javax.sql.DataSource"
|
type="javax.sql.DataSource"
|
||||||
username="main"
|
username="username"
|
||||||
password="ZL5CU5qzbx4MzEnA"
|
password="password"
|
||||||
driverClassName="com.mysql.jdbc.Driver"
|
driverClassName="com.mysql.jdbc.Driver"
|
||||||
url="jdbc:mysql://koc.se:3306/main"
|
url="jdbc:mysql://host:3306/database"
|
||||||
maxActive="8"
|
maxActive="8"
|
||||||
maxIdle="4"
|
maxIdle="4"
|
||||||
validationQuery="SELECT 1"
|
validationQuery="SELECT 1"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue