Skip to content

Commit

Permalink
fixing config name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo committed Mar 9, 2020
1 parent 4e0e703 commit c53d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dtc.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func init() {
viper.SetConfigName("config")
viper.SetConfigName("dtc-config")
viper.AddConfigPath("./")
viper.AddConfigPath("$HOME/.dtc")
viper.AddConfigPath("/etc/dtc/")
Expand Down
2 changes: 1 addition & 1 deletion tests/hsm-tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ go run github.com/niclabs/dtcconfig rsa \
-n dtcnode1:2030,dtcnode2:2030,dtcnode3:2030,dtcnode4:2030,dtcnode5:2030 \
-t 3 \
-H "dtcclient" \
-c "dtc/config/config.yaml" \
-c "dtc/config/dtc-config.yaml" \
-k "dtcnode/config/"
docker-compose up

0 comments on commit c53d5e9

Please sign in to comment.