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.
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DbType": "0", // MySql = 0, SqlServer 1,
|
|
"Pro": "server=rm-m5e06xxqpa68a68ry5o.mysql.rds.aliyuncs.com;port=3306;uid=rulesengine_admin;pwd=Rule1qaz2wsx!QAZ;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:\\ds8\\main-api\\wwwroot\\LinkAttach",
|
|
"FileType": [ ".xls", ".xlsx", ".pdf", ".jpg", ".png", ".txt", ".pms" ]
|
|
}
|
|
}
|