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

40 lines
802 B
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-11-21 10:19:46 +08:00
"AcctID": "691daf73ebf580",
"AppID": "NewOrient_TEST_API",
"AppSec": "d0ed3330411243b0a823f00f8bd2f49a",
"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"
}
}