Overriding functional properties with developer toolkit-specific values
A default om-functional.properties.sample file is shipped for you to configure the developer toolkit-specific properties in the om-functional.properties file.
devtoolkit_docker/compose/om-functional.properties.sample
Create a copy of the om-functional.properties.sample file and name it as om-functional.properties.
For example, the value for the functional yfs property, abcd
needs to be
pqr
for cloud environments. You must set yfs.abcd=pqr
in the
custom_overrides.properties file.
But, because of the nature of the functional property, for the developer toolkit, the value must
be xyz
. So, you can additionally set yfs.abcd=xyz
in the
om_functional.properties file.
This configuration ensures that the xyz
value is used for the developer toolkit
even when pqr
is exported as part of the customization package.