Configuring the database
How to configure Valtimo to use a particular DBMS
valtimo:
database: postgres # or mysqloperaton:
bpm:
database:
type: postgres # or mysqlLast updated
Valtimo supports MySQL and PostgreSQL, and can be configured to make use of either one of these.
To determine the database type, the following property needs to be set in the application configuration:
valtimo:
database: postgres # or mysqlIn addition, make sure the operaton database type does not conflict with the setting above. This setting is optional, and if not present, the value provided for valtimo.database will be used.
operaton:
bpm:
database:
type: postgres # or mysqlLast updated