fix bug
This commit is contained in:
@@ -11,8 +11,9 @@ var (
|
||||
)
|
||||
|
||||
type SrvConfig struct {
|
||||
conf.Base `yaml:",inline"`
|
||||
Databases *conf.DBConf `yaml:"Databases"`
|
||||
conf.Base `yaml:",inline"`
|
||||
Databases *conf.DBConf `yaml:"Databases"`
|
||||
DeepSeekApiKey string `yaml:"DeepSeekApiKey"`
|
||||
}
|
||||
|
||||
func New(srvKey string) {
|
||||
|
||||
Reference in New Issue
Block a user