parent
19fa52a1f4
commit
bc1ee55abe
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
# 数据库配置
|
||||
MYSQL_CONFIG = {
|
||||
'host': '10.10.14.101',
|
||||
'port': 3306,
|
||||
'user': 'ylt',
|
||||
'password': 'Ycharge666',
|
||||
'db': 'yltcharge',
|
||||
'charset': 'utf8mb4'
|
||||
}
|
||||
|
||||
CH_CONFIG = {
|
||||
'host': '10.10.14.250',
|
||||
'port': 9000,
|
||||
'settings': {
|
||||
'max_insert_block_size': 100000,
|
||||
'async_insert': 1,
|
||||
'wait_for_async_insert': 0
|
||||
}
|
||||
}
|
Loading…
Reference in new issue