This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/config/config.go
landaiqing 83b6fb6322 🎨 update / add nsq
2024-09-28 23:36:26 +08:00

18 lines
459 B
Go

package config
type Config struct {
MySQL MySQL `yaml:"mysql"`
Logger Logger `yaml:"logger"`
System System `yaml:"system"`
Redis Redis `yaml:"redis"`
SMS SMS `yaml:"sms"`
JWT JWT `yaml:"jwt"`
Encrypt Encrypt `yaml:"encrypt"`
Wechat Wechat `yaml:"wechat"`
OAuth OAuth `yaml:"oauth"`
Swagger Swagger `yaml:"swagger"`
Casbin Casbin `yaml:"casbin"`
MongoDB MongoDB `yaml:"mongodb"`
NSQ NSQ `yaml:"nsq"`
}