You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
313B

  1. database.driver=de.willuhn.jameica.hbci.server.DBSupportMySqlImpl
  2. database.driver.mysql.jdbcurl=jdbc\:mysql\://localhost\:3306/{{hibiscus_server_db_name}}?useUnicode\=Yes&characterEncoding\=UTF8
  3. database.driver.mysql.username={{hibiscus_server_db_user}}
  4. database.driver.mysql.password={{hibiscus_server_db_pass}}