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.
51 lines
1.2 KiB
51 lines
1.2 KiB
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Enrich": [ "FromLogContext" ],
|
|
"WriteTo": [
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "./Logs/Log-.txt",
|
|
"rollingInterval": "Day"
|
|
}
|
|
|
|
},
|
|
{
|
|
"Name": "Console",
|
|
"Args": {}
|
|
},
|
|
{
|
|
"Name": "Debug",
|
|
"Args": {}
|
|
}
|
|
]
|
|
},
|
|
"ConnectionStrings": {
|
|
//正式环境
|
|
"PrdConnectString": "Data source=MX2MCCC01;Initial Catalog = MEX_Michelin_Raw;uid=sa;pwd=Siasun;Encrypt=True;TrustServerCertificate=True;",
|
|
//本机环境
|
|
"TestConnectString": "Data source=JIANPC;Initial Catalog = Michelin_OLS_WMS;uid=sa;pwd=`123qwe;Encrypt=True;TrustServerCertificate=True;"
|
|
|
|
},
|
|
"AllowedHosts": "*",
|
|
//APPToken
|
|
"APPToken": {
|
|
"WMSToken": "OLS"
|
|
},
|
|
"ASRS_IDENTIFIER": "100",
|
|
//iGate update status address
|
|
"iGateWebAPIAddress": {
|
|
//仿真环境测试地址
|
|
"iGateTestForUpdateStatus": "http://10.54.187.37:8001",
|
|
//正式环境测试地址
|
|
"iGatePrdForUpdateStatus": "http://10.54.174.68:8001"
|
|
}
|
|
|
|
}
|