config.yml loading

pull/529/head
hunterlong 2020-04-23 20:55:14 -07:00
parent ad3dac860d
commit 6d87a378b5
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ func LoadConfigFile(directory string) (*DbConfig, error) {
if os.Getenv("DB_CONN") == "sqlite" || os.Getenv("DB_CONN") == "sqlite3" {
db.DbConn = "sqlite3"
}
if db.DbConn != "" {
p.Set("DB_CONN", db.DbConn)
}