Skip to content

Commit

Permalink
Fix Toml Struct Tag on Tunneling conf | kataras#1324
Browse files Browse the repository at this point in the history
Fix Structtag Tunneling

Former-commit-id: e05d95778773d6377ac8dba06f43b09c892ead22
  • Loading branch information
kataras authored Aug 5, 2019
2 parents e574210 + 2eb92f0 commit cb634a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ type Configuration struct {

// Tunneling can be optionally set to enable ngrok http(s) tunneling for this Iris app instance.
// See the `WithTunneling` Configurator too.
Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml"Tunneling"`
Tunneling TunnelingConfiguration `json:"tunneling,omitempty" yaml:"Tunneling" toml:"Tunneling"`

// IgnoreServerErrors will cause to ignore the matched "errors"
// from the main application's `Run` function.
Expand Down

0 comments on commit cb634a0

Please sign in to comment.