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