Francois Gerthoffert created UNOMI-864:
------------------------------------------
Summary: Fix incorrect space in custom.system.properties
Key: UNOMI-864
URL: https://issues.apache.org/jira/browse/UNOMI-864
Project: Apache Unomi
Issue Type: Task
Reporter: Francois Gerthoffert
Fix For: unomi-2.7.0
There's an extra space in the declaration of environment variables in
custom.system.properties
{code:java}
# Send Profile Updated Event for every profile segment update
org.apache.unomi.segment.send.profile.update.event=${env:
UNOMI_SEGMENT_SEND_PROFILE_UPDATE_EVENT:-true}
# # Daily hour once a day to recalculate segment with dateExpr condition
org.apache.unomi.segment.daily.dateexpr.evaluation.hourutc=${env:
UNOMI_SEGMENT_DAILY_DATEEXPR_EVALUATION_HOUR_UTC:-5}
{code}
The goal of this ticket is to remove that extra space.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)