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.

8 lines
315 B

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