first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user