修改正式环境

Test.EIImageViewer
hang 2023-06-08 11:47:02 +08:00
parent bf367b8cef
commit 4d23680e5b
1 changed files with 12 additions and 11 deletions

View File

@ -1,21 +1,22 @@
{ {
"BackUp": { "BackUp": {
"DataBaseName": "IRaCIS_New_Tet", "DataBaseName": "IRaCIS.Production",
"DBUser": "sa", "DBUser": "sa",
"DBPwd": "dev123456DEV", "DBPwd": "zhanying2021",
"BackPath": "D:\\Develop\\PublishSite\\发布备份", "BackPath": "D:\\Product_Lib",
"ConnectionStrings": "Server=.;Database=IRaCIS;Trusted_Connection=True;TrustServerCertificate=true" "VuePublishFolder": "D:\\Publish\\IRaCIS.Production\\IRaCIS.Vue.Web\\dist",
"ConnectionStrings": "Server=.;Database=IRaCIS.Production;Trusted_Connection=True;TrustServerCertificate=true"
}, },
"Credential": { "Credential": {
"Host": "123.56.94.154", "Host": "101.132.193.237",
"UserName": "Administrator", "UserName": "Administrator",
"Password": "WHxckj2019" "Password": "SHzyyl2021"
}, },
"DefaultService": { "DefaultService": {
"ServiceName": "NetCore.IRaCIS.Api", "ServiceName": "Production.NetCore.IRaCIS.Api",
"ServiceDisplayName": "CICD_IRaCIS.Core.API", "ServiceDisplayName": "Production_IRaCIS.Core.API",
"ServicePort": "7100", "ServicePort": "7080",
"BinPath": "D:\\Develop\\PublishSite\\IRaCIS.NetCore.API\\IRaCIS.Core.API.exe", "BinPath": "D:\\Publish\\IRaCIS.Production\\IRaCIS.NetCore.API\\IRaCIS.Core.API.exe",
"Env": "Development" "Env": "Production"
} }
} }