Merge pull request #31 from bivis/develop

update db connection
This commit is contained in:
bivis
2024-05-30 13:11:12 +03:00
committed by GitHub

View File

@@ -12,9 +12,6 @@ class AppConfig:
self.refresh()
connect(
db=CONFIGS['db']['name'],
username=CONFIGS['db']['username'],
password=CONFIGS['db']['password'],
authentication_source='admin',
port=27017,
host=CONFIGS['db']['host']
)