Skip to content

Commit

Permalink
[ci-skip] rollback format
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero committed Aug 29, 2017
1 parent 2a4739f commit 8f803b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ Sample configuration
```
zuul:
ratelimit:
key-prefix: your-prefix # default value ${spring.application.name:rate-limit-application}
enabled: true # default false
repository: REDIS # default IN_MEMORY
behind-proxy: true # default false
key-prefix: your-prefix #default value ${spring.application.name:rate-limit-application}
enabled: true #default false
repository: REDIS #default IN_MEMORY
behind-proxy: true #default false
policies:
myServiceId:
limit: 10
refresh-interval: 60 # default value (in seconds)
refresh-interval: 60 #default value (in seconds)
type: #optional
- user
- origin
Expand Down

0 comments on commit 8f803b1

Please sign in to comment.