Skip to content

Commit

Permalink
server: add missing disable disconnect on expiry yaml tag (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Dipack Panjabi <[email protected]>
  • Loading branch information
dipack95 authored Dec 23, 2024
1 parent 3ab1762 commit 64285be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Config struct {
// token expires.
//
// Piko still verifies the token expiry when the client first connects.
DisableDisconnectOnExpiry bool `json:"disable_disconnect_on_expiry"`
DisableDisconnectOnExpiry bool `json:"disable_disconnect_on_expiry" yaml:"disable_disconnect_on_expiry"`
}

// LoadedConfig is the same as Config except it parses the RSA and ECDSA keys.
Expand Down

0 comments on commit 64285be

Please sign in to comment.