修改正式环境
parent
bf367b8cef
commit
4d23680e5b
|
@ -1,21 +1,22 @@
|
|||
{
|
||||
"BackUp": {
|
||||
"DataBaseName": "IRaCIS_New_Tet",
|
||||
"DataBaseName": "IRaCIS.Production",
|
||||
"DBUser": "sa",
|
||||
"DBPwd": "dev123456DEV",
|
||||
"BackPath": "D:\\Develop\\PublishSite\\发布备份",
|
||||
"ConnectionStrings": "Server=.;Database=IRaCIS;Trusted_Connection=True;TrustServerCertificate=true"
|
||||
"DBPwd": "zhanying2021",
|
||||
"BackPath": "D:\\Product_Lib",
|
||||
"VuePublishFolder": "D:\\Publish\\IRaCIS.Production\\IRaCIS.Vue.Web\\dist",
|
||||
"ConnectionStrings": "Server=.;Database=IRaCIS.Production;Trusted_Connection=True;TrustServerCertificate=true"
|
||||
},
|
||||
"Credential": {
|
||||
"Host": "123.56.94.154",
|
||||
"Host": "101.132.193.237",
|
||||
"UserName": "Administrator",
|
||||
"Password": "WHxckj2019"
|
||||
"Password": "SHzyyl2021"
|
||||
},
|
||||
"DefaultService": {
|
||||
"ServiceName": "NetCore.IRaCIS.Api",
|
||||
"ServiceDisplayName": "CICD_IRaCIS.Core.API",
|
||||
"ServicePort": "7100",
|
||||
"BinPath": "D:\\Develop\\PublishSite\\IRaCIS.NetCore.API\\IRaCIS.Core.API.exe",
|
||||
"Env": "Development"
|
||||
"ServiceName": "Production.NetCore.IRaCIS.Api",
|
||||
"ServiceDisplayName": "Production_IRaCIS.Core.API",
|
||||
"ServicePort": "7080",
|
||||
"BinPath": "D:\\Publish\\IRaCIS.Production\\IRaCIS.NetCore.API\\IRaCIS.Core.API.exe",
|
||||
"Env": "Production"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue