Skip to content

Commit

Permalink
Fix: teztnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 8, 2023
1 parent e680c98 commit f75f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func LoadDefaultConfig() (Config, error) {
EnvironmentProd: "production.yml",
EnvironmentBox: "sandbox.yml",
EnvironmentDev: "../../configs/development.yml",
EnvironmentTestnets: "../../configs/testnets.yml",
EnvironmentTestnets: "testnets.yml",
}

env := os.Getenv(EnvironmentVar)
Expand Down

0 comments on commit f75f315

Please sign in to comment.