A self hosted chat application with end-to-end encrypted messaging.
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.

7 lines
332 B

  1. ## chatto DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  2. chatto.datasource.url = jdbc:mysql://localhost:3306/chatto_db2?useSSL=false
  3. chatto.datasource.username = chatto_user
  4. chatto.datasource.password = password
  5. chatto.datasource.database-name = chatto_db2
  6. website-url = 192.168.1.13
  7. test.bindAddress=192.168.1.106