main -> aiws

This commit is contained in:
xds
2026-02-11 11:15:21 +03:00
parent a7c2319f13
commit 1ddeb0af46
4 changed files with 123 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ from models.Generation import Generation, GenerationStatus
from models.enums import AspectRatios, Quality
# Mock config
# Use the same host as main.py but different DB
# Use the same host as aiws.py but different DB
MONGO_HOST = os.getenv("MONGO_HOST", "mongodb://admin:super_secure_password@31.59.58.220:27017")
DB_NAME = "bot_db_test_albums"