更改文件上传路径

This commit is contained in:
wjn 2024-05-08 14:33:00 +08:00
parent 4e638109b1
commit 21a0397352
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn", "ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn",
"ConnDataKey": "MHKSAQ1212010101", "ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS", "TenantConnKey": "MHSMS",
"Img_Local": "C:\\release\\img" "Img_Local": "C:\\sms\\uploadFile"
}, },
"RedisConfig": { "RedisConfig": {
"RedisConnectionString": "120.25.146.51:6379", "RedisConnectionString": "120.25.146.51:6379",

View File

@ -16,7 +16,7 @@
"TenantConnKey": "PDEV1212", "TenantConnKey": "PDEV1212",
"RedisFormConfig": "true", "RedisFormConfig": "true",
"Env": "1", //IP 0IP "Env": "1", //IP 0IP
"Img_Local": "C:\\release\\img" "Img_Local": "C:\\sms\\uploadFile"
}, },
"RedisConfig": { "RedisConfig": {
"RedisConnectionString": "120.25.146.51:6379,password=mhsaferedis,defaultDatabase=15", "RedisConnectionString": "120.25.146.51:6379,password=mhsaferedis,defaultDatabase=15",

View File

@ -15,7 +15,7 @@
"ConnDataKey": "MHKSAQ1212010101", "ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS", "TenantConnKey": "MHSMS",
"RedisFormConfig": "true", "RedisFormConfig": "true",
"Img_Local": "C:\\release\\img" "Img_Local": "C:\\sms\\uploadFile"
}, },
"RedisConfig": { "RedisConfig": {
"RedisConnectionString": "172.26.13.0:6379,password=mhsaferedis,defaultDatabase=15", "RedisConnectionString": "172.26.13.0:6379,password=mhsaferedis,defaultDatabase=15",