[ https://issues.apache.org/jira/browse/UNOMI-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Francois Gerthoffert updated UNOMI-864: --------------------------------------- Issue Type: Bug (was: Task) > Fix incorrect space in custom.system.properties > ----------------------------------------------- > > Key: UNOMI-864 > URL: https://issues.apache.org/jira/browse/UNOMI-864 > Project: Apache Unomi > Issue Type: Bug > Reporter: Francois Gerthoffert > Assignee: Francois Gerthoffert > Priority: Major > Fix For: unomi-2.7.0 > > Time Spent: 10m > Remaining Estimate: 0h > > 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)