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