Hi all,
How can we configure the Camunda ProcessEngineDS datasource attributes. below are the listed properties. We are using MariaDB as Camunda database.
Hi,
Since I only started working on camunda recently. so could you please explain me the procedure to configure the above attributes during the helm installation of the application. The datasource details are given below
sed -i “s| | <Resource name=“jdbc/CycleDS”\t auth=“Container”\t type=“javax.sql.DataSource”\t factory=“org.apache.tomcat.jdbc.pool.DataSourceFactory”\t uniqueResourceName=“process-engine”\t driverClassName=”${DRIVER_NAME}"\t url="${DB_URL}"\t defaultTransactionIsolation=“READ_COMMITTED”\t username="${DATABASE_USER}"\t password="${DATABASE_PWD}"\t maxActive=“20”\t minIdle=“5” />\n |" ${SERVER_XML}
The value what i mentioned is for on premise development setup. If you are looking for helm based deployment, take a look at this example. This is in alpha phase.