Default diag.properties File

#Configuration created by installer
diag.dataDirectory=C:/diagserverdata/
diag.searchDirectory=C:/diagserverdata//search
diag.dbCollation=GERMAN
diag.dbDriver=org.mariadb.jdbc.Driver
diag.dbUser=root
diag.dbPass=
diag.dbUrl=jdbc:mariadb://localhost:3306/diagdb?autoReconnect=true
diag.dbDialect=de.customed.orm.MariaDBDialect
diag.dbShowSQL=false

Password

Since custo diagnostic server 5.2.0 (with DS-445):
When creating a new MariaDB (e.g. during the setup), the database user "root" will be created with a random password. With this the database is protected against unauthorized access. The password is stated in the diag.properties file. To uphold the protection of the database access, the operator has to take care about third party access of the diag.properties file.
When updating older versions, we recommend to change the password for the database user "root" manually.

  • No labels