✨ add i18n support
This commit is contained in:
@@ -4,7 +4,11 @@ import "github.com/zeromicro/go-zero/rest"
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
Auth struct {
|
||||
AccessSecret string
|
||||
AccessExpire int64
|
||||
}
|
||||
Mysql struct {
|
||||
Dsn string
|
||||
DataSource string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user