-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathusers_fake.xml
58 lines (58 loc) · 1.71 KB
/
users_fake.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
<clickhouse>
<users>
<abc>
<networks>
<ip>::/0</ip>
</networks>
<password>1234</password>
<profile>default</profile>
<quota>default</quota>
</abc>
<default>
<access_management>1</access_management>
<networks>
<ip>::/0</ip>
</networks>
<password>qaz-wsx</password>
<profile>default</profile>
<quota>default</quota>
</default>
<eoitek>
<databases>
<itoa>
<tbl_t3>
<filter>id <= 30000</filter>
</tbl_t3>
</itoa>
<test>
<tbl_t1>
<filter>id > 100</filter>
</tbl_t1>
<tbl_t2>
<filter>id > 5000</filter>
</tbl_t2>
</test>
</databases>
<networks>
<host>ck08</host>
<host>ck10</host>
<host>ck12</host>
<host_regexp>^example\d\d-\d\d-\d\.host\.ru$</host_regexp>
<ip>192.168.110.8</ip>
<ip>192.168.110.10</ip>
<ip>192.168.110.12</ip>
</networks>
<password>123456</password>
<profile>default</profile>
<quota>readonly</quota>
</eoitek>
<test>
<networks>
<ip>::/0</ip>
</networks>
<password>123123</password>
<profile>default</profile>
<quota>default</quota>
</test>
</users>
</clickhouse>