@@ -28,6 +28,8 @@ func main() {
flag.StringVar(&env, "env", "dev", "environment (dev/prod)")
flag.Parse()
fmt.Println("env:", env)
configPath := fmt.Sprintf("./config/config_%s.yaml", env)
if err := config.Init(configPath); err != nil {
panic(err)
The note is not visible to the blocked user.