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
This commit is contained in:
parent
d99187e14a
commit
ac47e339cf
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue