update
This commit is contained in:
@@ -82,5 +82,9 @@ func (c *Config) Auth() *AuthConfig {
|
||||
secret: c.Jwt.TokenWithdraw.Secret,
|
||||
expireTTL: c.Jwt.TokenWithdraw.ExpiresTTL,
|
||||
},
|
||||
jwtCustomer: JWT{
|
||||
secret: c.Jwt.TokenCustomer.Secret,
|
||||
expireTTL: c.Jwt.TokenCustomer.ExpiresTTL,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user