nyanimedb/modules/auth/types.go

6 lines
115 B
Go

package main
type Config struct {
JwtPrivateKey string
LogLevel string `toml:"LogLevel" env:"LOG_LEVEL"`
}