main -> aiws
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user