Skip to content

Commit

Permalink
chore(config) change plugins_available order
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 27, 2015
1 parent 07bb840 commit cc51660
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions kong.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## Available plugins on this server
plugins_available:
- ssl
- key-auth
- basic-auth
- oauth2
- rate-limiting
- response-ratelimiting
- cors
- tcp-log
- udp-log
- file-log
- http-log
- cors
- mashape-analytics
- oauth2
- key-auth
- basic-auth
- ip-restriction
- rate-limiting
- response-ratelimiting
- request-transformer
- response-transformer
- request-size-limiting
- ip-restriction
- mashape-analytics

## The Kong working directory
## (Make sure you have read and write permissions)
Expand Down
16 changes: 8 additions & 8 deletions spec/unit/statics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ describe("Static files", function()
## Available plugins on this server
plugins_available:
- ssl
- key-auth
- basic-auth
- oauth2
- rate-limiting
- response-ratelimiting
- cors
- tcp-log
- udp-log
- file-log
- http-log
- cors
- mashape-analytics
- oauth2
- key-auth
- basic-auth
- ip-restriction
- rate-limiting
- response-ratelimiting
- request-transformer
- response-transformer
- request-size-limiting
- ip-restriction
- mashape-analytics
## The Kong working directory
## (Make sure you have read and write permissions)
Expand Down

0 comments on commit cc51660

Please sign in to comment.