forked from p34709852/monkey
Island: Use monkey_island database in MongoCredentialsRepository
This commit is contained in:
parent
ef821f75e2
commit
6e47d3272d
|
@ -20,7 +20,7 @@ class MongoCredentialsRepository(ICredentialsRepository):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, mongo: MongoClient, repository_encryptor: ILockableEncryptor):
|
def __init__(self, mongo: MongoClient, repository_encryptor: ILockableEncryptor):
|
||||||
self._database = mongo.monkeyisland
|
self._database = mongo.monkey_island
|
||||||
self._repository_encryptor = repository_encryptor
|
self._repository_encryptor = repository_encryptor
|
||||||
|
|
||||||
def get_configured_credentials(self) -> Sequence[Credentials]:
|
def get_configured_credentials(self) -> Sequence[Credentials]:
|
||||||
|
|
Loading…
Reference in New Issue