Изменил бд монги
This commit is contained in:
parent
0e10b31a93
commit
c3d5ada5f3
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ MONGO_URL = f"mongodb://{settings.MONGO_HOST}:{settings.MONGO_PORT}"
|
|||
|
||||
mongo_client = AsyncIOMotorClient(MONGO_URL)
|
||||
|
||||
mongo_db = mongo_client.prod_db
|
||||
mongo_db = mongo_client.test_db
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue