update file struct
This commit is contained in:
9
base/Config.py
Normal file
9
base/Config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class ConfigInfo:
|
||||
# 数据库配置
|
||||
db_hk_kline_1d = {
|
||||
'host': 'localhost',
|
||||
'user': 'root',
|
||||
'password': 'bzskmysql',
|
||||
'database': 'hk_kline_1d'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user