6 lines
115 B
Go
6 lines
115 B
Go
package main
|
|
|
|
type Config struct {
|
|
JwtPrivateKey string
|
|
LogLevel string `toml:"LogLevel" env:"LOG_LEVEL"`
|
|
}
|