mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-26 15:35:45 +00:00
removed duplicates keys from __private_database_tarantool dict
This commit is contained in:
parent
c4bd7f9522
commit
94be1dda8c
@ -1,3 +1,4 @@
|
|||||||
|
from functools import singledispatch
|
||||||
# Copyright © 2020 Interplanetary Database Association e.V.,
|
# Copyright © 2020 Interplanetary Database Association e.V.,
|
||||||
# BigchainDB and IPDB software contributors.
|
# BigchainDB and IPDB software contributors.
|
||||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||||
|
|||||||
@ -68,11 +68,6 @@ class Config(metaclass=Singleton):
|
|||||||
"service": "tarantoolctl connect",
|
"service": "tarantoolctl connect",
|
||||||
"init_config": self.__private_init_config,
|
"init_config": self.__private_init_config,
|
||||||
"drop_config": self.__private_drop_config,
|
"drop_config": self.__private_drop_config,
|
||||||
'host': 'localhost',
|
|
||||||
'port': 3301,
|
|
||||||
"connect_now": True,
|
|
||||||
"encoding": "utf-8"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
self.__private_database_map = {
|
self.__private_database_map = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user