-
Task
-
Resolution: Fixed
-
L3 - Default
-
7.13.0-alpha3
-
None
Problem
- In Run, the property names in the yml files under camunda.bpm.generic-properties.properties are in camel case notation (e.g. enablePasswordPolicy)
- However, all other property names are in dash notation style (e.g. enable-same-site-cookie)
Solution
Use the more yml-ish dash style consistently
AT
All property names in default.yml and production.yml are notated in dash style.