From ac47e339cf9aa4c213c9ba13ed40caca830ab785 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Fri, 6 Dec 2024 14:34:24 +0100 Subject: [PATCH] Dev (#2821) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): defined CH ports --- api/env.default | 4 ++-- ee/api/env.default | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/env.default b/api/env.default index f6ca1872b..4e52e5c57 100644 --- a/api/env.default +++ b/api/env.default @@ -10,8 +10,8 @@ captcha_key= captcha_server= CH_COMPRESSION=true ch_host= -ch_port= -ch_port_http= +ch_port=9000 +ch_port_http=8123 ch_receive_timeout=10 ch_timeout=30 change_password_link=/reset-password?invitation=%s&&pass=%s diff --git a/ee/api/env.default b/ee/api/env.default index 9d30b0e0b..527bb56e3 100644 --- a/ee/api/env.default +++ b/ee/api/env.default @@ -11,8 +11,8 @@ captcha_key= captcha_server= CH_COMPRESSION=true ch_host= -ch_port= -ch_port_http= +ch_port=9000 +ch_port_http=8123 ch_receive_timeout=10 ch_timeout=30 change_password_link=/reset-password?invitation=%s&&pass=%s