diff options
| author | 姜鹏辉 <[email protected]> | 2021-07-29 20:25:23 +0800 |
|---|---|---|
| committer | 姜鹏辉 <[email protected]> | 2021-07-29 20:25:23 +0800 |
| commit | eb5e3bfa1397ed85d4552b12ba3fdb985cacbe28 (patch) | |
| tree | 661674fdd956089be4d5e0c8f245b3e7413fa0c4 /src/config | |
| parent | ab2abcd675a5dd6dc0c658b3ef48f606ed3eb15a (diff) | |
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,29 +1,36 @@ -[clickhouse-local] +[clickhouse] host = 192.168.40.223 port = 9001 user = default password = 111111 -[openlookeng-local] +[openlookeng] host = 192.168.40.152 port = 18080 user = olk catalog = clickhouse223 schema = tsg_galaxy_v3 -[clickhouse] + +[clickhouse-xj] host = 10.111.200.170 port = 9001 user = default password = ceiec2019 +[clickhouse-yd] +host = 10.111.136.110 +port = 9001 +user = default +password = ceiec2019 + [openlookeng] host = 10.111.201.1 port = 8090 user = olk -catalog = clickhouselt +catalog = clickhouseyd schema = tsg_galaxy_v3 [run] |
