forked from LiveCarta/LiveCartaMeta
bug fix
This commit is contained in:
@@ -16,7 +16,7 @@ class AppConfig:
|
|||||||
password=CONFIGS['db']['password'],
|
password=CONFIGS['db']['password'],
|
||||||
authentication_source='admin',
|
authentication_source='admin',
|
||||||
port=27017,
|
port=27017,
|
||||||
host=CONFIGS['db']['host'])
|
host=CONFIGS['db']['host']
|
||||||
)
|
)
|
||||||
|
|
||||||
def refresh(self):
|
def refresh(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user