Skip to content

Commit

Permalink
🧹 chore: remove old yml config files
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed May 29, 2024
1 parent 7ec852d commit 65d9f43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion cli/helpers/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func DownDB() error {
return err
}

// #nosec G204 -- MIGRATIONS is a constant file path configured in cli/commands/config.go and config.Database.PostgresConn() is configured by the config/local.yml
// #nosec G204 -- MIGRATIONS is a constant file path configured in cli/commands/config.go and config.Database.PostgresConn() is configured in config/
cmd := exec.Command("migrate", "-path", MIGRATIONS, "-database", config.Database.PostgresConn(), "-verbose", "down", "-all")

cmd.Dir = ROOT_DIR
Expand Down
34 changes: 0 additions & 34 deletions config/local.yml

This file was deleted.

4 changes: 0 additions & 4 deletions config/production.yml

This file was deleted.

0 comments on commit 65d9f43

Please sign in to comment.