You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1009 B
JSON
32 lines
1009 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DbType": "1",// MySql = 0, SqlServer 1,
|
|
"DbInfo": "Data Source=60.209.125.238,26600;Initial Catalog=ShippingWeb_DJZ;Persist Security Info=True;User ID=sa;Password=Ds20040201;Connect Timeout=500;"
|
|
},
|
|
"JwtSettings": {
|
|
"Issuer": "vol.core.owner",
|
|
"Audience": "vol.core",
|
|
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
|
|
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
|
|
},
|
|
"Cors": {
|
|
"PolicyName": "WMSCore.API",
|
|
"Url": "http://localhost:8000,http://localhost:3000,https://localhost:3100,http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084"
|
|
},
|
|
"SwaggerDoc": {
|
|
"ContactName": "Wms API.Core",
|
|
"ContactEmail": "Wms API.Core@xxx.com",
|
|
"ContactUrl": "https://www.xxx.com",
|
|
"Version": "1.0",
|
|
"Title": "Wms API",
|
|
"Description": "Wms Web API"
|
|
}
|
|
}
|