添加了通用的config.tpl
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package config
|
||||
|
||||
import {{.authImport}}
|
||||
import "fusenapi/server/faq/internal/types"
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
SourceMysql string
|
||||
Auth types.Auth
|
||||
{{.auth}}
|
||||
{{.jwtTrans}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user