From 9644ed99e228f80a7bc4b64f4f40dd55c51b22f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Fri, 8 Apr 2022 02:21:24 +0200 Subject: [PATCH] removed default user planetmint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- planetmint/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planetmint/config.py b/planetmint/config.py index ef836ba..5c8c3dc 100644 --- a/planetmint/config.py +++ b/planetmint/config.py @@ -65,8 +65,8 @@ class Config(metaclass=Singleton): 'port': 3303, "connect_now": True, "encoding": "utf-8", - "login": "planetmint", - 'password': "planet_user", + "login": "", + 'password': "", "service": "tarantoolctl connect", "init_config": self.__private_init_config, "drop_config": self.__private_drop_config,