data collection

This commit is contained in:
2023-03-12 12:02:01 +08:00
parent 586272c923
commit 0265e6faa7
14 changed files with 529 additions and 28 deletions

16
conf_db.yaml Normal file
View File

@@ -0,0 +1,16 @@
# read by orm
is_local_db: True
local:
user_name: iiabm_yz
password: iiabm_yz
db_name: iiabmdb
address: 'localhost'
port: 3306
remote:
user_name: iiabm_yz
password: iiabm_yz
db_name: iiabmdb
address: 'localhost'
port: 3307