This is an automated email from the ASF dual-hosted git repository.

fgerthoffert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c22f622d UNOMI-864: Remove incorrect space in env variables in 
custom.system.properties (#709)
9c22f622d is described below

commit 9c22f622dbc9cffd7773c5c20063cda39881aa78
Author: Francois G. <fgerthoff...@jahia.com>
AuthorDate: Tue Nov 12 16:54:45 2024 +0100

    UNOMI-864: Remove incorrect space in env variables in 
custom.system.properties (#709)
---
 package/src/main/resources/etc/custom.system.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/src/main/resources/etc/custom.system.properties 
b/package/src/main/resources/etc/custom.system.properties
index 5f5bf3713..5e97437c3 100644
--- a/package/src/main/resources/etc/custom.system.properties
+++ b/package/src/main/resources/etc/custom.system.properties
@@ -191,9 +191,9 @@ 
org.apache.unomi.segment.update.batchSize=${env:UNOMI_SEGMENT_UPDATE_BATCHSIZE:-
 # Run Batch request separately for updating segments in profiles
 
org.apache.unomi.segment.batch.update=${env:UNOMI_SEGMENT_BATCH_PROFILE_UPDATE:-false}
 # 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}
+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}
+org.apache.unomi.segment.daily.dateexpr.evaluation.hourutc=${env:UNOMI_SEGMENT_DAILY_DATEEXPR_EVALUATION_HOUR_UTC:-5}
 # When performing segment updates, can retry an update in case of an error to 
a single profile
 
org.apache.unomi.services.segment.max.retries.update.profile.segment=${env:UNOMI_SEGMENT_UPDATE_MAX_RETRIES:-0}
 # When performing retry of segment update after a request was failed, delay of 
requests

Reply via email to