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
2024-08-06 13:17:03 +08:00

9 lines
161 B
Go

package config
type Config struct {
MySQL MySQL `yaml:"mysql"`
Logger Logger `yaml:"logger"`
System System `yaml:"system"`
Redis Redis `yaml:"redis"`
}