修改美国配置文件

Test_HIR_Net8
hang 2025-09-12 13:57:41 +08:00
parent bb38899cee
commit 98f0e9e1a1
1 changed files with 8 additions and 2 deletions

View File

@ -34,7 +34,12 @@
"AutoLoginOutMinutes": 120,
"AESKey": "HIR_System_AES_Key_Info",
"CmoveIntervalMinutes": 1,
"CmoveInstanceIntervalMinutes": 1
"CmoveInstanceIntervalMinutes": 1,
//
"IsNeedChangePassWord": true,
//
"ChangePassWordDays": 1000,
"OpenImageShare": true
},
"SystemEmailSendConfig": {
@ -43,6 +48,7 @@
"FromEmail": "uat-study@extimaging.com",
"FromName": "Uat_HIR",
"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,}$"
}
}