diff options
| author | wanglihui <[email protected]> | 2020-07-21 19:41:17 +0800 |
|---|---|---|
| committer | wanglihui <[email protected]> | 2020-07-21 19:41:17 +0800 |
| commit | b3ec0bdfbfde7f07078326a8a29837d9587eb332 (patch) | |
| tree | fd8f31c1253dacdda68ab6499ce72bab93c29aee /ip-learning-java-test/src/main/resources/clickhouse.properties | |
| parent | 2db192629ad62874287b7ac27728269e27dd1d5f (diff) | |
重构YSP分析代码。
Diffstat (limited to 'ip-learning-java-test/src/main/resources/clickhouse.properties')
| -rw-r--r-- | ip-learning-java-test/src/main/resources/clickhouse.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ip-learning-java-test/src/main/resources/clickhouse.properties b/ip-learning-java-test/src/main/resources/clickhouse.properties index 00ebd01..01689b5 100644 --- a/ip-learning-java-test/src/main/resources/clickhouse.properties +++ b/ip-learning-java-test/src/main/resources/clickhouse.properties @@ -1,6 +1,6 @@ drivers=ru.yandex.clickhouse.ClickHouseDriver -#db.id=192.168.40.193:8123/av_miner?socket_timeout=300000 -db.id=192.168.40.186:8123/tsg_galaxy_v3?socket_timeout=300000 +db.id=192.168.40.193:8123/av_miner?socket_timeout=300000 +#db.id=192.168.40.186:8123/tsg_galaxy_v3?socket_timeout=300000 mdb.user=default mdb.password=111111 initialsize=1 |
