feat: initial commit
This commit is contained in:
@ -9,8 +9,8 @@ type Config struct {
|
||||
Logger Logger `envPrefix:"LOGGER_"`
|
||||
Auth Auth `envPrefix:"AUTH_"`
|
||||
HTTP HTTP `envPrefix:"HTTP_"`
|
||||
LLM LLM `envPrefix:"LLM_"`
|
||||
Store Store `envPrefix:"STORE_"`
|
||||
Quiz Quiz `envPrefix:"QUIZ_"`
|
||||
}
|
||||
|
||||
func Parse() (*Config, error) {
|
||||
|
Reference in New Issue
Block a user