Skip to content

Commit

Permalink
Merge pull request #250 from Admiral-Piett/fix-automatic-config-import
Browse files Browse the repository at this point in the history
Fix automatic config import
  • Loading branch information
Admiral-Piett authored Feb 28, 2023
2 parents 28de0fa + f2d3f03 commit 10b1b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func LoadYamlConfig(filename string, env string) []string {
ports := []string{"4100"}

if filename == "" {
filename, _ = filepath.Abs("./conf/goaws.yaml")
filename, _ = filepath.Abs("./app/conf/goaws.yaml")
}
log.Warnf("Loading config file: %s", filename)
yamlFile, err := ioutil.ReadFile(filename)
Expand Down
Empty file modified app/conf/goaws.yaml
100644 → 100755
Empty file.

0 comments on commit 10b1b90

Please sign in to comment.