Изменил бд монги

This commit is contained in:
urec56 2024-10-04 22:15:48 +03:00
parent 0e10b31a93
commit c3d5ada5f3

View file

@ -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