Compare commits
No commits in common. "9e3eafa92554387f4b1007f618d80bf635477e07" and "b66b3fcc6cab9a0c1688c1ec2525dae87ee2e6fc" have entirely different histories.
9e3eafa925
...
b66b3fcc6c
|
|
@ -34,12 +34,7 @@
|
||||||
"AutoLoginOutMinutes": 120,
|
"AutoLoginOutMinutes": 120,
|
||||||
"AESKey": "HIR_System_AES_Key_Info",
|
"AESKey": "HIR_System_AES_Key_Info",
|
||||||
"CmoveIntervalMinutes": 1,
|
"CmoveIntervalMinutes": 1,
|
||||||
"CmoveInstanceIntervalMinutes": 1,
|
"CmoveInstanceIntervalMinutes": 1
|
||||||
// 是否强制用户定期修改密码
|
|
||||||
"IsNeedChangePassWord": true,
|
|
||||||
// 密码有效期(天),到期后必须修改
|
|
||||||
"ChangePassWordDays": 1000,
|
|
||||||
"OpenImageShare": true
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"SystemEmailSendConfig": {
|
"SystemEmailSendConfig": {
|
||||||
|
|
@ -48,7 +43,6 @@
|
||||||
"FromEmail": "uat-study@extimaging.com",
|
"FromEmail": "uat-study@extimaging.com",
|
||||||
"FromName": "Uat_HIR",
|
"FromName": "Uat_HIR",
|
||||||
"AuthorizationCode": "zhanying123",
|
"AuthorizationCode": "zhanying123",
|
||||||
"SiteUrl": "https://hir.uat.elevateimaging.ai/login",
|
"SiteUrl": "https://hir.uat.elevateimaging.ai/login"
|
||||||
"EmailRegexStr": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue