TinySkin/config/config.go
2023-09-02 17:39:58 +08:00

16 lines
191 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
}