How to enable timers in default Flowable install

According to documentation
timers are only fired when the async executor is enabled (asyncExecutorActivate must be set to true in the flowable.cfg.xml, because the async executor is disabled by default).

What is the location of the flowable.cfg.xml file when Flowable is deployed in Tomcat? I am using Flowable 6.8. I copied the flowable rest and flowable ui apps in dropped them in webapps.

answering my own question. The file flowable-default.properties has the settings

engine properties

flowable.process.servlet.path=/service
flowable.database-schema-update=true
flowable.async-executor-activate=true
flowable.history-level=full