bugfix
This commit is contained in:
parent
305edd5a4c
commit
5dbf1e878c
12
sqlor/mongo.desc
Normal file
12
sqlor/mongo.desc
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"driver":"motor",
|
||||
"async_mode":true,
|
||||
"dbname":"test",
|
||||
"kwargs":{
|
||||
"host":"localhost",
|
||||
"port":20017,
|
||||
"user":"test",
|
||||
"password":"test123",
|
||||
"dbname":"test"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user