Files
ww-jst/wmsjst/JSMachine.WMS.Authorization/appSettingsAuthorization.json
T

23 lines
429 B
JSON
Raw Normal View History

2026-09-02 16:31:50 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"urls": "http://127.0.0.1:8077",
"AppSettings": {
"ApiScopes": [ "PostOrderApi" ],
"Clients": [
{
"ClientId": "用友测试用户",
"Secret": "123456",
"AllowedScopes": [ "PostOrderApi" ],
"AccessTokenLifetime": 3600
}
]
}
}