#Installation specific configuration options #Fri Oct 07 09:49:29 IST 2016 container.app=Apache Tomcat container.version=7 context.path=/jforum-2.4.1 dao.driver=net.jforum.dao.mysql.MysqlDataAccessDriver database.connection.dbname=jforum database.connection.driver=com.mysql.jdbc.Driver database.connection.host=localhost database.connection.implementation=net.jforum.PooledConnection database.connection.password=root database.connection.pool.max=50 database.connection.pool.min=5 database.connection.pool.timeout=5000 database.connection.port=3306 database.connection.string=jdbc\:mysql\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname}?user\=${database.connection.username}&password\=${database.connection.password}&autoReconnect\=true${mysql.unicode}${mysql.encoding}&useNewIO\=false&zeroDateTimeBehavior\=convertToNull&useServerPrepStmts\=false&dumpQueriesOnException\=true&jdbcCompliantTruncation\=false database.connection.username=admin database.driver.name=mysql database.support.autokeys=true database.support.subqueries=true dbencoding=utf-8 forum.link=http\://localhost\:8082/jforum-2.4.1/ homepage.link=http\://localhost\:8082 i18n.board.default=en_US installed=true mysql.encoding=&characterEncoding\=utf8 mysql.unicode=&useUnicode\=true server.info=Apache Tomcat/7.0.70 servlet.version=3.0 user.hash.sequence=f4648afa58034e5d6cb2da462284c986 captcha.registration = false captcha.posts = false