10 changed files with 117 additions and 44 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
@ -0,0 +1,38 @@ |
|||
{ |
|||
"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" |
|||
|
|||
} |
|||
} |
|||
|
@ -0,0 +1,2 @@ |
|||
{ |
|||
} |
@ -0,0 +1,19 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<configuration> |
|||
<location path="." inheritInChildApplications="false"> |
|||
<system.webServer> |
|||
<handlers> |
|||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> |
|||
</handlers> |
|||
<aspNetCore processPath="dotnet" arguments=".\Dy_Exchange.HttpApi.Host.dll" stdoutLogEnabled="false" stdoutLogFile=".\Logs\stdout" hostingModel="inprocess" /> |
|||
</system.webServer> |
|||
</location> |
|||
<system.webServer> |
|||
<httpProtocol> |
|||
<customHeaders> |
|||
<remove name="x-powered-by" /> |
|||
</customHeaders> |
|||
</httpProtocol> |
|||
</system.webServer> |
|||
</configuration> |
|||
<!--ProjectGuid: E6D5BF0E-DE92-4D82-A352-EF04B37CB11C--> |
Loading…
Reference in new issue