--user-db-uri

Default value: jdbc:mysql://localhost/tigase?user=root&password=mypass

Example: --user-db-uri = jdbc:postgresql://localhost/tigase?user=tigase

Possible values: 'Database connection URI.'

Description: The --user-db-uri property specify database connection string - connection-uri, where connection-uri is a full resource uri for user repository data source. If you skip this parameter, the default value is used depending on database type you selected:

  • jdbc:mysql://localhost/tigase?user=root&password=mypass
  • jdbc:postgresql://localhost/tigase?user=tigase
  • user-repository.xml

Available since: 2.0.0