Skip to content

Commit

Permalink
Fixed typo in append-toMySQL-with-datasource.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
anziferrum committed Dec 22, 2014
1 parent 84876ea commit ea0da34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<connectionSource class="ch.qos.logback.core.db.DataSourceConnectionSource">
<dataSource class="com.mysql.jdbc.jdbc2.optional.MysqlDataSource">
<serverName>${serverName}</serverName>
<port>${port$</port>
<port>${port}</port>
<databaseName>${dbName}</databaseName>
<user>${user}</user>
<password>${pass}</password>
Expand Down

0 comments on commit ea0da34

Please sign in to comment.