We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be94b1a commit c8747c2Copy full SHA for c8747c2
config/backend_security.go
@@ -9,6 +9,8 @@ import (
9
/* backend security configs */
10
type BackendSecurity struct {
11
JWTTokenSecret string `yaml:"jwt_secret_token,omitempty"`
12
+
13
+ /* make this obselete */
14
JWTExpiry int `yaml:"jwt_expiry,omitempty"`
15
}
16
0 commit comments