bugfix
This commit is contained in:
parent
87a56dd296
commit
8cfed2cb9d
12
README.md
12
README.md
@ -43,6 +43,18 @@ dbs={
|
|||||||
"host":"localhost"
|
"host":"localhost"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"stock":{
|
||||||
|
"driver":"aiopg",
|
||||||
|
"async_mode":True,
|
||||||
|
"codeing":"utf-8",
|
||||||
|
"dbname":"stock",
|
||||||
|
"kwargs":{
|
||||||
|
"dbname":"stock",
|
||||||
|
"user":"test",
|
||||||
|
"password":"test123",
|
||||||
|
"host":"127.0.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cfae":{
|
"cfae":{
|
||||||
"driver":"mysql.connector",
|
"driver":"mysql.connector",
|
||||||
"coding":"utf8",
|
"coding":"utf8",
|
||||||
|
Loading…
Reference in New Issue
Block a user