Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
type JwtConfig struct {
|
||||
Secret string `yaml:"secret"`
|
||||
Expire string `yaml:"expire"`
|
||||
}
|
||||
|
||||
type JwtSecrets struct {
|
||||
App JwtConfig `yaml:"app"`
|
||||
Api JwtConfig `yaml:"api"`
|
||||
}
|
||||
Reference in New Issue
Block a user