You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{
|
|
"App": {
|
|
"CorsOrigins": "http://192.168.0.146:20033",
|
|
"Audit": {
|
|
"IsEnabled": false // 禁用审计功能
|
|
// 其他审计相关设置项
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=.;Database=Dy_FasterZ_Exchange;uid=sa;pwd=sasa;timeout=6000;Encrypt=False;",
|
|
"Dy_Exchange": "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_DataExchange_CC;uid=ccwin-in;pwd=Microsoft@2022;timeout=60000;Encrypt=False;"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
|
|
|
|
|
|
"AuthServer": {
|
|
"Authority": "http://192.168.1.75:60080",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "Dy_Exchange_Swagger"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "ybgU8NieQZNjguXe"
|
|
},
|
|
"AlwaysAllowAuthorization": "true",
|
|
"urls": "http://192.168.1.75:60081",
|
|
"DataExchangeInterfaceOptions": {
|
|
"WmsCode": "WMS",
|
|
"CmdStartPath": "D:\\Proc_DyNevWms\\publish\\start.cmd",
|
|
"CmdClosePath1": "D:\\Proc_DyNevWms\\publish\\stop.cmd",
|
|
"CmdClosePath2": "D:\\Proc_DyNevWms\\publish\\TaskKill.exe",
|
|
"WmsUrl": "http://10.164.233.5:60085/swagger/AbpTenant/swagger.json"
|
|
|
|
}
|
|
}
|
|
|
|
|