Update config/config.go

This commit is contained in:
areeqakbr 2025-02-18 07:57:06 +00:00
parent 4596e050b8
commit 80e3fa435f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ type LoginConfig struct {
AuthMeAPI string
LogoutAPI string
}
type TokenConfig struct {
PassiveAssetIssuer string
JwtSignatureKey []byte