From cdc54ca137a81bbbb5fc37d5c82c4e4bc25ad967 Mon Sep 17 00:00:00 2001 From: wuaho Date: Tue, 7 Sep 2021 20:30:04 +0800 Subject: [PATCH] 1 --- core/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/config.py b/core/config.py index 2473253..2b44459 100644 --- a/core/config.py +++ b/core/config.py @@ -32,7 +32,10 @@ class Settings(BaseSettings): } CK_CONFIG = {'host': '139.159.159.3', - 'port': 9654} + 'port': 9654, + 'user':'legu', + 'password':'gncPASUwpYrc' + } CK_TYPE_DICT = {"DateTime('UTC')": 'datetime', "Nullable(DateTime('UTC'))": 'datetime',