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.
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DbType": "0", // MySql = 0, SqlServer 1,
|
|
|
|
"Pro": "server=60.209.125.238;port=32006;uid=root;pwd=Djy@Mysql.test;database=shippingweb8_dev"
|
|
|
|
},
|
|
|
|
"SwaggerDoc": {
|
|
|
|
"ContactName": "WmsPrintAPI",
|
|
|
|
"ContactEmail": "WmsPrint API.Core@xxx.com",
|
|
|
|
"ContactUrl": "https://www.xxx.com",
|
|
|
|
"Version": "1.0",
|
|
|
|
"Title": "WmsPrint API",
|
|
|
|
"Description": "WmsPrint Web API"
|
|
|
|
},
|
|
|
|
"JwtSettings": {
|
|
|
|
"Issuer": "vol.core.owner",
|
|
|
|
"Audience": "vol.core",
|
|
|
|
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
|
|
|
|
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
|
|
|
|
},
|
|
|
|
"FileSettings": {
|
|
|
|
"BasePath": "", //基础路径,不配置则使用当前系统目录
|
|
|
|
"MovePath": "D:\\Code\\DS\\ds8-solution-pro\\ds-wms-service\\DS.WMS.MainApi\\wwwroot\\LinkAttach",
|
|
|
|
"FileType": [ ".xls", ".xlsx", ".pdf", ".jpg", ".png", ".txt", ".pms" ]
|
|
|
|
}
|
|
|
|
}
|