forked from LiveCarta/LiveCartaMeta
bug fix
This commit is contained in:
@@ -14,7 +14,7 @@ class AppConfig:
|
|||||||
db=CONFIGS['db']['name'],
|
db=CONFIGS['db']['name'],
|
||||||
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'])
|
host="mongodb://{host}:27017/{database}".format(host=CONFIGS['db']['host'], database=CONFIGS['db']['name'])
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user