Skip to content

Commit c8747c2

Browse files
author
Gregory House
committed
Updated for note
1 parent be94b1a commit c8747c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/backend_security.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import (
99
/* backend security configs */
1010
type BackendSecurity struct {
1111
JWTTokenSecret string `yaml:"jwt_secret_token,omitempty"`
12+
13+
/* make this obselete */
1214
JWTExpiry int `yaml:"jwt_expiry,omitempty"`
1315
}
1416

0 commit comments

Comments
 (0)