TinySkin/config/config.go
2023-09-08 19:03:03 +08:00

23 lines
296 B
Go

package config
type Config struct {
OfflineUUID bool
Port string
Log struct {
Level string
Json bool
}
Sql struct {
MysqlDsn string
}
Debug bool
Cache struct {
Type string
Ram int
}
RaelIP bool
MaxIpUser int
RsaPriKey string
TexturePath string
}