{
"RouteAuthorization": {},
"Hosts": [
"http://localhost:5401"
],
"Cors": [],
"DataProtectionKey": "~~~~~~~~~~",
"Enabled": true,
"DebugMode": false,
"SeedMode": false,
"RefreshTokenLifetime": 15,
"ThrottlePolicy": {
"IpThrottling": true,
"IpWhitelist": [],
"IpRules": {},
"ClientThrottling": true,
"ClientWhitelist": [],
"ClientRules": {
"test": {
"PerSecond": 1,
"PerMinute": 10,
"PerHour": 0,
"PerDay": 0,
"PerWeek": 0
}
},
"EndpointThrottling": true,
"EndpointWhitelist": [],
"EndpointRules": {
"/api/oauth/token": {
"PerSecond": 1,
"PerMinute": 5,
"PerHour": 0,
"PerDay": 0,
"PerWeek": 0
}
},
"StackBlockedRequests": true,
"Rates": {
"Second": 1,
"Minute": 60
}
},
"FallbackClientKey": "test",
"RequestLogLevel": 128
}
I also set the api port to 5401 so it would lauch. got a port conflict with 5400