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',