added 'universe' name as database name for tarantool

This commit is contained in:
andrei 2022-05-26 15:00:33 +03:00
parent 8e88c12722
commit bf3ece309e

View File

@ -59,7 +59,7 @@ class Config(metaclass=Singleton):
'backend': 'tarantool_db',
'connection_timeout': 5000,
'max_tries': 3,
'name': 'bigchain',
'name': 'universe',
"reconnect_delay": 0.5,
'host': 'localhost',
'port': 3303,