aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/clickhouse-config.xml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2021-05-04 21:43:55 +0200
committerAndrew Lewis <nerf@judo.za.org>2021-05-04 21:52:33 +0200
commita84cecac6bef1211cf8ab245d997b6ac64b6686a (patch)
tree6df6518a5cc60411967a513fa8e5bc418316a1d5 /test/functional/configs/clickhouse-config.xml
parentdb4da2c22d159d1a6450b9447ad90e1795e5c535 (diff)
downloadrspamd-a84cecac6bef1211cf8ab245d997b6ac64b6686a.tar.gz
rspamd-a84cecac6bef1211cf8ab245d997b6ac64b6686a.zip
[Test] Use automatically exported variables
Diffstat (limited to 'test/functional/configs/clickhouse-config.xml')
-rw-r--r--test/functional/configs/clickhouse-config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/configs/clickhouse-config.xml b/test/functional/configs/clickhouse-config.xml
index 30f556f0c..3b5c914cd 100644
--- a/test/functional/configs/clickhouse-config.xml
+++ b/test/functional/configs/clickhouse-config.xml
@@ -3,8 +3,8 @@
<logger>
<!-- Possible levels: https://github.com/pocoproject/poco/blob/develop/Foundation/include/Poco/Logger.h#L105 -->
<level>debug</level>
- <log>${TMPDIR}/clickhouse/clickhouse-server.log</log>
- <errorlog>${TMPDIR}/clickhouse/clickhouse-server.err.log</errorlog>
+ <log>${RSPAMD_TMPDIR}/clickhouse/clickhouse-server.log</log>
+ <errorlog>${RSPAMD_TMPDIR}/clickhouse/clickhouse-server.err.log</errorlog>
<size>1000M</size>
<count>10</count>
<!-- <console>1</console> --> <!-- Default behavior is autodetection (log to console if not daemon mode and is tty) -->
@@ -14,7 +14,7 @@
<http_port>${CLICKHOUSE_PORT}</http_port>
<!-- Path to configuration file with users, access rights, profiles of settings, quotas. -->
- <users_config>${TMPDIR}/users.xml</users_config>
+ <users_config>${RSPAMD_TMPDIR}/users.xml</users_config>
<!-- <listen_reuse_port>0</listen_reuse_port> -->
@@ -37,7 +37,7 @@
<mark_cache_size>5368709120</mark_cache_size>
<!-- Path to data directory, with trailing slash. -->
- <path>${TMPDIR}/clickhouse/</path>
+ <path>${RSPAMD_TMPDIR}/clickhouse/</path>
<!-- Default profile of settings. -->
<default_profile>default</default_profile>