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