mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-25 15:05:49 +00:00
added 'universe' name as database name for tarantool
This commit is contained in:
parent
8e88c12722
commit
bf3ece309e
@ -59,7 +59,7 @@ class Config(metaclass=Singleton):
|
|||||||
'backend': 'tarantool_db',
|
'backend': 'tarantool_db',
|
||||||
'connection_timeout': 5000,
|
'connection_timeout': 5000,
|
||||||
'max_tries': 3,
|
'max_tries': 3,
|
||||||
'name': 'bigchain',
|
'name': 'universe',
|
||||||
"reconnect_delay": 0.5,
|
"reconnect_delay": 0.5,
|
||||||
'host': 'localhost',
|
'host': 'localhost',
|
||||||
'port': 3303,
|
'port': 3303,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user