Commit 2e756abc by liangyan10

修改登录账号密码

parent 6f838e15
...@@ -149,7 +149,7 @@ class SSOConfig(BaseConfig): ...@@ -149,7 +149,7 @@ class SSOConfig(BaseConfig):
test_case_dir = "test_case/sso/" test_case_dir = "test_case/sso/"
test_case_data_dir = "test_case_data/sso/" test_case_data_dir = "test_case_data/sso/"
sso_username = 'never1' # SSO登录名 sso_username = 'never1' # SSO登录名
sso_password = 'ly123456' # sso密码 sso_password = 'Ly_123456' # sso密码
test_host="http://testhdsp.hikcreate.com" test_host="http://testhdsp.hikcreate.com"
sso_url = "http://testhdsp.hikcreate.com/web/auth/users/login" # sso登录地址 sso_url = "http://testhdsp.hikcreate.com/web/auth/users/login" # sso登录地址
sso_salt = 'hikcreate_xj' # SSO盐值 sso_salt = 'hikcreate_xj' # SSO盐值
......
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