Skip to content

Commit

Permalink
Merge pull request #32 from nrfta/feat/region
Browse files Browse the repository at this point in the history
feat: add region to meta config
  • Loading branch information
josemarluedke authored Aug 13, 2024
2 parents 4170d9c + 1cbacb3 commit e2f1b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
type MetaConfig struct {
Environment string
ServiceName string `mapstructure:"service_name"`
Region string `mapstructure:"region"`
}

type fileSystem interface {
Expand Down

0 comments on commit e2f1b3e

Please sign in to comment.