aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-24 18:46:11 -0400
committerAnton Yuzhaninov <citrin+git@citrin.ru>2018-10-24 19:23:46 -0400
commit701419544ded2fe5c07dd5f614e4edce65d1cc28 (patch)
treee3c50759ee7e25051077abe5ef303f78e5f9abfe /test/functional/configs
parent3fbcbfe4605d78e27e083ce708258fda796424eb (diff)
downloadrspamd-701419544ded2fe5c07dd5f614e4edce65d1cc28.tar.gz
rspamd-701419544ded2fe5c07dd5f614e4edce65d1cc28.zip
Add variable for clickhouse port
Diffstat (limited to 'test/functional/configs')
-rw-r--r--test/functional/configs/clickhouse-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/configs/clickhouse-config.xml b/test/functional/configs/clickhouse-config.xml
index 10530a580..b210748ba 100644
--- a/test/functional/configs/clickhouse-config.xml
+++ b/test/functional/configs/clickhouse-config.xml
@@ -10,7 +10,7 @@
<!-- <console>1</console> --> <!-- Default behavior is autodetection (log to console if not daemon mode and is tty) -->
</logger>
<!--display_name>production</display_name--> <!-- It is the name that will be shown in the client -->
- <http_port>18123</http_port>
+ <http_port>${CLICKHOUSE_PORT}</http_port>
<tcp_port>19000</tcp_port>
<!-- For HTTPS and SSL over native protocol. -->