Skip to content

Commit

Permalink
fix(config/rockspec) add missing files and remove dnsmasq_port property
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 20, 2015
1 parent daa8632 commit 50382d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion kong-0.5.1-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ build = {
["kong.tools.migrations"] = "kong/tools/migrations.lua",
["kong.tools.http_client"] = "kong/tools/http_client.lua",
["kong.tools.database_cache"] = "kong/tools/database_cache.lua",
["kong.tools.config_defaults"] = "kong/tools/config_defaults.lua",
["kong.tools.config_loader"] = "kong/tools/config_loader.lua",
["kong.tools.dao_loader"] = "kong/tools/dao_loader.lua",

["kong.resolver.handler"] = "kong/resolver/handler.lua",
["kong.resolver.access"] = "kong/resolver/access.lua",
Expand Down Expand Up @@ -214,7 +217,7 @@ build = {
["kong.plugins.jwt.api"] = "kong/plugins/jwt/api.lua",
["kong.plugins.jwt.daos"] = "kong/plugins/jwt/daos.lua",
["kong.plugins.jwt.jwt_parser"] = "kong/plugins/jwt/jwt_parser.lua",

["kong.plugins.hmac-auth.migrations.cassandra"] = "kong/plugins/hmac-auth/migrations/cassandra.lua",
["kong.plugins.hmac-auth.handler"] = "kong/plugins/hmac-auth/handler.lua",
["kong.plugins.hmac-auth.access"] = "kong/plugins/hmac-auth/access.lua",
Expand Down
4 changes: 0 additions & 4 deletions kong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
## manage your Kong infrastructure. It needs to be secured appropriatly.
# admin_api_port: 8001

######
## Port on which Kong will start dnsmasq.
# dnsmasq_port: 8053

######
## Specify which database to use from the databases_available property.
# database: cassandra
Expand Down

0 comments on commit 50382d4

Please sign in to comment.