Skip to content

Commit

Permalink
Update context.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
reihsr authored Jan 19, 2020
1 parent dc655d0 commit 2fcfcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openspecimen/configs/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>


<Resource name="jdbc/openspecimen" driverClassName="com.mysql.cj.jdbc.Driver" url="jdbc:mysql://openspecimen-db:3306/openspecimen" auth="Container" maxActive="100" password="testpw" maxWait="10000" username="dbuser" maxIdle="30" type="javax.sql.DataSource"/>
<Resource name="jdbc/openspecimen" driverClassName="com.mysql.cj.jdbc.Driver" url="jdbc:mysql://openspecimen-db:3306/openspecimen" auth="Container" maxActive="100" password="openspecimen" maxWait="10000" username="openspecimen" maxIdle="30" type="javax.sql.DataSource"/>

<Environment name="config/openspecimen" value="/opt/tomcat/apache-tomcat-9.0.27/conf/openspecimen.properties" type="java.lang.String"/>

Expand Down

0 comments on commit 2fcfcad

Please sign in to comment.