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

This commit is contained in:
urec56 2024-10-04 17:02:54 +03:00
parent 5f298a163f
commit a24dbb6876

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.test_db
mongo_db = mongo_client.prod_db