Skip to content

Commit

Permalink
chore: add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Oct 24, 2024
1 parent 4683e7a commit d51c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinxMusic/core/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import config
from ..logging import LOGGER

TEMP_MONGODB = "mongodb+srv://mrootx:[email protected]/?retryWrites=true&w=majority&appName=TeamVivekBackup"
TEMP_MONGODB = "mongodb+srv://mrootx:[email protected]/?retryWrites=true&w=majority&appName=WinxBK"

DB_NAME = "WinxMusic"
DB_NAME = "Winx"

if config.MONGO_DB_URI is None:
LOGGER(__name__).warning(
Expand Down

0 comments on commit d51c8f4

Please sign in to comment.