This commit is contained in:
Egor Svitin
2023-02-07 14:27:37 +03:00
parent 9042b4e776
commit f167b1e5a2

View File

@@ -14,7 +14,7 @@ class AppConfig:
db=CONFIGS['db']['name'],
username=CONFIGS['db']['username'],
password=CONFIGS['db']['password'],
authentication_source='admin',
authentication_source='admin',
host="mongodb://{host}:27017/{database}".format(host=CONFIGS['db']['host'], database=CONFIGS['db']['name'])
)