Add configuration loading with defaults and environment variable support

This commit is contained in:
2025-07-19 19:38:47 +02:00
parent 604d7ebcc8
commit 3428089bec
3 changed files with 239 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ require (
github.com/go-chi/chi/v5 v5.2.2
github.com/swaggo/http-swagger v1.3.4
github.com/swaggo/swag v1.16.5
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -21,5 +22,4 @@ require (
golang.org/x/net v0.42.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/tools v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)