forked from 8gears/plausible-analytics-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
76 lines (67 loc) · 1.88 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0"?>
<yandex>
<listen_host>::</listen_host>
<logger>
<level>error</level>
<log></log>
<errorlog></errorlog>
<console>1</console>
</logger>
<!-- <display_name>clickhouse-cluster</display_name> -->
<http_port>8123</http_port>
<tcp_port>9000</tcp_port>
<mark_cache_size>5368709120</mark_cache_size>
<compression incl="clickhouse_compression">
<case>
<method>lz4</method>
</case>
</compression>
<distributed_ddl>
<path>/clickhouse/task_queue/ddl</path>
</distributed_ddl>
<remote_servers>
<cluster>
<shard>
<weight>1</weight>
<replica>
<host>clickhouse-s0-r0</host>
<port>9000</port>
<user>clickhouse</user>
<password>GeE0Wn7w72EPucyR</password>
</replica>
</shard>
</cluster>
</remote_servers>
<profiles>
<default>
</default>
</profiles>
<users>
<clickhouse>
<password_sha256_hex>6ce51de4aefd39339e844d5fb49a818198e04e29cab6114e9141f14f8d757e0b</password_sha256_hex>
<networks>
<ip>::</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
</clickhouse>
</users>
<quotas>
<default>
<interval>
<duration>3600</duration>
<queries>0</queries>
<errors>0</errors>
<result_rows>0</result_rows>
<read_rows>0</read_rows>
<execution_time>0</execution_time>
</interval>
</default>
</quotas>
<zookeeper>
<node>
<host>clickhouse-zookeeper</host>
<port>2181</port>
</node>
</zookeeper>
</yandex>