Commit 267dc624 by taoke

改变sso,的slat位置,让login.py不报错

parent 71792d85
......@@ -7,7 +7,7 @@ class BaseConfig():
# 当前运行的产品名
current_product = "bmc"
default_test_case_dir = "test_case/bmc/"
salt = 'hikcreate_xj' # SSO的登录用的
class BMCConfig(BaseConfig):
"""斑马信用app的配置类"""
......@@ -16,5 +16,5 @@ class BMCConfig(BaseConfig):
test_case_dir = "test_case/bmc/"
test_case_data_dir = "test_case_data/bmc/"
webhook = ''
salt = 'hikcreate_xj'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment