feat: initial commit

This commit is contained in:
2025-06-15 23:22:54 +02:00
parent 21b334bc70
commit b080f3eb55
12 changed files with 355 additions and 23 deletions

View File

@ -11,6 +11,7 @@ type Config struct {
HTTP HTTP `envPrefix:"HTTP_"`
Store Store `envPrefix:"STORE_"`
Quiz Quiz `envPrefix:"QUIZ_"`
LLM LLM `envPrefix:"LLM_"`
}
func Parse() (*Config, error) {