return
This commit is contained in:
parent
8686d6822f
commit
65ae43f8a5
|
@ -3,6 +3,7 @@ package conf
|
|||
import "service/library/configcenter"
|
||||
|
||||
type ConfigSt struct {
|
||||
*configcenter.DefaultConfig `yaml:",inline"` // default
|
||||
MixMongo *configcenter.MongoConfig `json:"mix_mongo" yaml:"mix_mongo"` // mix mongo
|
||||
MixMysql *configcenter.MysqlConfig `json:"mix_mysql" yaml:"mix_mysql"` // mix mysql
|
||||
Crypto *configcenter.CryptoConfig `json:"crypto" yaml:"crypto"` // 账号相关加密
|
||||
|
|
Loading…
Reference in New Issue