TinySkin/config/config.go
2023-09-03 15:59:37 +08:00

17 lines
203 B
Go

package config
type Config struct {
OfflineUUID bool
Port string
Log struct {
Level string
Json bool
}
Sql struct {
MysqlDsn string
}
Node int64
Epoch int64
Debug bool
}