Need to know about flowable.history-level

Hi

Want to set flowable.history-level=none in spring boot. Can anyone help in defining the same in application.properties of spring boot

is below property right ?
spring.flowable.historylevel=none

Also is their any impact when history level is set to None

SHould be defined thus: (note choose one of the values in the [ ] )
flowable.history-level=[ACTIVITY / AUDIT / FULL / NONE ]