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

51 lines
1.1 KiB
JSON
Raw Normal View History

2025-11-18 17:43:12 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
// JWT 配置
"Jwt": {
"Default": {
"SecretKey": "asdfjaksdjfioqwjfk1283943134-=./,asdfjk'a",
"Issuer": "WebAppIssuer",
"Audience": "WebAppAudience",
"FailureTime": 31536000
}
},
// 金蝶第三方设置
"Kingdee": {
"Default": [
{
2025-12-02 15:52:58 +08:00
"AcctID": "69265c9384dc7a",
2025-11-21 10:19:46 +08:00
"AppID": "NewOrient_TEST_API",
2025-12-02 15:52:58 +08:00
"AppSec": "816eb1781925449b960c7c0f3459271e",
2025-11-21 10:19:46 +08:00
"UserName": "ERP1",
"LCID": 3076,
2025-12-02 15:52:58 +08:00
"ServerUrl": "http://58.252.252.77/k3cloud",
2025-11-21 10:19:46 +08:00
"Timestamp": 300,
2025-11-18 17:43:12 +08:00
"OrgNumber": "100"
},
// 本地测试环境
{
"AcctID": "68d01db42795be",
"AppID": "324230_369J07sG0qD51Zzo426Py9yMTMQVWrPE",
"AppSec": "3fc411a6b17644479ac8683e0a5751cc",
"UserName": "demo",
"LCID": 2052,
"ServerUrl": "http://127.0.0.1/k3cloud",
"Timestamp": 300,
"OrgNumber": "100"
2025-11-18 17:43:12 +08:00
}
]
},
// 系统设置
"FileConfig": {
// 下载地址
"DonwloadPath": "./K3CloudFile"
}
}