Database
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
type DatabaseDriver struct {
Driver string `yaml:"driver" env:"DB_DRIVER"`
Host string `yaml:"host" env:"DB_HOST"`
Username string `yaml:"username" env:"DB_USER"`
Password string `yaml:"password" env:"DB_PASS"`
DBName string `yaml:"db_name" env:"DB_NAME"`