Merge pull request #26 from bivis/develop

update configs
This commit is contained in:
bivis
2023-02-21 19:27:25 +03:00
committed by GitHub

View File

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