This commit is contained in:
yu moqing 2020-05-26 10:27:57 +08:00
parent 305edd5a4c
commit 5dbf1e878c

12
sqlor/mongo.desc Normal file
View File

@ -0,0 +1,12 @@
{
"driver":"motor",
"async_mode":true,
"dbname":"test",
"kwargs":{
"host":"localhost",
"port":20017,
"user":"test",
"password":"test123",
"dbname":"test"
}
}