mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
missing slash
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<!--
|
<!--
|
||||||
<Resource id="MySQL" type="DataSource">
|
<Resource id="MySQL" type="DataSource">
|
||||||
JdbcDriver com.mysql.jdbc.Driver
|
JdbcDriver com.mysql.jdbc.Driver
|
||||||
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
||||||
UserName cf
|
UserName cf
|
||||||
Password cf
|
Password cf
|
||||||
MaxActive 50
|
MaxActive 50
|
||||||
|
|||||||
Reference in New Issue
Block a user