From bf3ece309e5de8ba6f5613be1aeecea3a532df9d Mon Sep 17 00:00:00 2001 From: andrei Date: Thu, 26 May 2022 15:00:33 +0300 Subject: [PATCH] added 'universe' name as database name for tarantool --- planetmint/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetmint/config.py b/planetmint/config.py index 583d4c6..efa2355 100644 --- a/planetmint/config.py +++ b/planetmint/config.py @@ -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,