Update config/config.go
This commit is contained in:
parent
4596e050b8
commit
80e3fa435f
|
|
@ -18,6 +18,7 @@ type LoginConfig struct {
|
||||||
AuthMeAPI string
|
AuthMeAPI string
|
||||||
LogoutAPI string
|
LogoutAPI string
|
||||||
}
|
}
|
||||||
|
|
||||||
type TokenConfig struct {
|
type TokenConfig struct {
|
||||||
PassiveAssetIssuer string
|
PassiveAssetIssuer string
|
||||||
JwtSignatureKey []byte
|
JwtSignatureKey []byte
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue