编码
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2e15cfaed5
commit
ea9a5fa3a0
|
@ -5,10 +5,10 @@
|
||||||
"RemoteNew": "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_New;User ID=sa;Password=dev123456DEV;"
|
"RemoteNew": "Server=123.56.181.144,14333\\MSSQLExpress14;Database=IRaCIS_New;User ID=sa;Password=dev123456DEV;"
|
||||||
},
|
},
|
||||||
"JwtSetting": {
|
"JwtSetting": {
|
||||||
"SecurityKey": "3e6dbfa227234a03977a2f421bdb7f4f", // 密钥
|
"SecurityKey": "3e6dbfa227234a03977a2f421bdb7f4f", // 密钥
|
||||||
"Issuer": "IRaCIS", // 颁发者
|
"Issuer": "IRaCIS", // 颁发者
|
||||||
"Audience": "ZhiZhun", // 接收者
|
"Audience": "ZhiZhun", // 接收者
|
||||||
"TokenExpireDays": "7" // 过期时间(7day)
|
"TokenExpireDays": "7" // 过期时间(7day)
|
||||||
},
|
},
|
||||||
"IpRateLimiting": {
|
"IpRateLimiting": {
|
||||||
"EnableEndpointRateLimiting": true, //False: globally executed, true: executed for each
|
"EnableEndpointRateLimiting": true, //False: globally executed, true: executed for each
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
//网站根地址,为了访问文件 dicom 和上传的文档... 实测发现不用将域名拼接返回,浏览器会自动加上当前ip,避免了多环境读取环境配置文件
|
//网站根地址,为了访问文件 dicom 和上传的文档... 实测发现不用将域名拼接返回,浏览器会自动加上当前ip,避免了多环境读取环境配置文件
|
||||||
//"RootUrl": "http://localhost:8060",
|
//"RootUrl": "http://localhost:8060",
|
||||||
|
|
||||||
"GrpcAddress": "http://123.56.181.144:7200",
|
"GrpcAddress": "http://123.56.181.144:7200",
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
"UserCodePrefix": "U",
|
"UserCodePrefix": "U",
|
||||||
"Share": false, //
|
"Share": false, //
|
||||||
"FileSizeLimit": 1073741824,
|
"FileSizeLimit": 1073741824,
|
||||||
"LoginExpiredTimeSpan": ":15", // Minute
|
"LoginExpiredTimeSpan": ":15", // Minute
|
||||||
"OpenLog": true,
|
"OpenLog": true,
|
||||||
"AddClinicalInfo": true
|
"AddClinicalInfo": true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue