米其林项目Giraf的新接口,采用WebAPI形式,会应用在上海玉兰,印度米其林及波兰米其林项目中
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

{
"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"
}
}