use mysql

This commit is contained in:
张超
2025-05-21 20:38:25 +08:00
parent f52d5a698b
commit 17fe9f5c2e
7 changed files with 255 additions and 50 deletions

View File

@@ -14,6 +14,11 @@ import (
"github.com/spf13/viper"
)
const (
EnvDevelopment = "development"
EnvProduction = "production"
)
type DataBaseConfig struct {
Host string
Port string