package main import ( "git.kanopo.dev/rhythm/rhythm-backend/internal/config" "log" ) func main() { cfg := config.Load() log.Println(cfg) }