Skip to content

Commit

Permalink
fix(azure-functions) run_on in schema should be in toplevel fields ta…
Browse files Browse the repository at this point in the history
…ble, fix #7
  • Loading branch information
bungle committed Jun 7, 2019
1 parent 42b2e27 commit e54f22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/azure-functions/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ local typedefs = require "kong.db.schema.typedefs"
return {
name = "azure-functions",
fields = {
{ run_on = typedefs.run_on_first },
{ config = {
type = "record",
fields = {
{ run_on = typedefs.run_on_first },
-- connection basics
{ timeout = { type = "number", default = 600000}, },
{ keepalive = { type = "number", default = 60000 }, },
Expand Down

0 comments on commit e54f22b

Please sign in to comment.