aboutsummaryrefslogtreecommitdiffstats
path: root/policy-utils/src/test/resources/interpolation.properties
blob: 665543375a5f867cf9af201c85aed3ea26409a06 (plain)
1
2
3
4
interpolation.no=no
interpolation.env=${env:HOME}
interpolation.const=${const:org.onap.policy.drools.utils.logging.LoggerUtil.ROOT_LOGGER}
interpolation.sys=${sys:user.home}