Files
Gatedge.NewOrientLandMark.BOS/Gatedge.ScanCode/appsettings.json

41 lines
787 B
JSON
Raw Normal View History

2025-11-18 17:43:12 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
// JWT 配置
"Jwt": {
"Default": {
"SecretKey": "asdfjaksdjfioqwjfk1283943134-=./,asdfjk'a",
"Issuer": "WebAppIssuer",
"Audience": "WebAppAudience",
"FailureTime": 604800
}
},
// 金蝶第三方设置
"Kingdee": {
"Default": [
{
2025-12-04 10:00:52 +08:00
"AcctID": "69265c9384dc7a",
2025-11-21 10:19:46 +08:00
"AppID": "NewOrient_TEST_API",
2025-12-04 10:00:52 +08:00
"AppSec": "816eb1781925449b960c7c0f3459271e",
2025-11-21 10:19:46 +08:00
"UserName": "ERP1",
"LCID": 3076,
2025-11-21 11:03:24 +08:00
"ServerUrl": "http://127.0.0.1/k3cloud",
2025-11-21 10:19:46 +08:00
"Timestamp": 300,
2025-11-18 17:43:12 +08:00
"OrgNumber": "100"
}
]
},
"FileConfig": {
"DonwloadPath": "./K3CloudFile"
}
}