use mysql
This commit is contained in:
@@ -14,6 +14,11 @@ import (
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
||||
const (
|
||||
EnvDevelopment = "development"
|
||||
EnvProduction = "production"
|
||||
)
|
||||
|
||||
type DataBaseConfig struct {
|
||||
Host string
|
||||
Port string
|
||||
|
||||
Reference in New Issue
Block a user