Skip to content

Commit

Permalink
[hotfix/galileo] path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Ranjan committed Nov 16, 2015
1 parent 87e628a commit 8cc02dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/mashape-analytics/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ return {
delay = { type = "number", default = 2 },
host = { required = true, type = "string", default = "socket.analytics.mashape.com" },
port = { required = true, type = "number", default = 80 },
host = { required = true, type = "string", default = "/1.0.0/batch" }
path = { required = true, type = "string", default = "/1.0.0/batch" }
}
}

0 comments on commit 8cc02dc

Please sign in to comment.