41 lines
787 B
JSON
41 lines
787 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
// JWT 配置
|
|
"Jwt": {
|
|
"Default": {
|
|
"SecretKey": "asdfjaksdjfioqwjfk1283943134-=./,asdfjk'a",
|
|
"Issuer": "WebAppIssuer",
|
|
"Audience": "WebAppAudience",
|
|
"FailureTime": 604800
|
|
}
|
|
},
|
|
|
|
// 金蝶第三方设置
|
|
"Kingdee": {
|
|
"Default": [
|
|
{
|
|
"AcctID": "69265c9384dc7a",
|
|
"AppID": "NewOrient_TEST_API",
|
|
"AppSec": "816eb1781925449b960c7c0f3459271e",
|
|
"UserName": "ERP1",
|
|
"LCID": 3076,
|
|
"ServerUrl": "http://127.0.0.1/k3cloud",
|
|
"Timestamp": 300,
|
|
"OrgNumber": "100"
|
|
}
|
|
]
|
|
},
|
|
|
|
"FileConfig": {
|
|
"DonwloadPath": "./K3CloudFile"
|
|
}
|
|
}
|