Signed-off-by:Roland Häder <roland@mxchange.org>
<context-param>
<description>Full-qualified back class name, must implement DatabaseBackend interface</description>
<param-name>database.backend.class</param-name>
- <param-value>org.mxchange.jcore.database.backend.mysql.MySqlDatabaseBackend</param-value>
+ <param-value>org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend</param-value>
</context-param>
<context-param>
<description>Login name for MySQL database, mostly not root</description>