Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Releem/mysqlconfigurer
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetovd committed Nov 26, 2024
2 parents 1b3d222 + e907a82 commit bf12180
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 287 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type Config struct {
AwsRDSDB string `hcl:"aws_rds_db"`
AwsRDSParameterGroup string `hcl:"aws_rds_parametr_group"`
QueryOptimization bool `hcl:"query_optimization"`
DatabasesQueryOptimization string `hcl:"databases_query_optimization"`
}

func LoadConfig(filename string, logger logging.Logger) (*Config, error) {
Expand Down
Loading

0 comments on commit bf12180

Please sign in to comment.