Skip to content

Commit

Permalink
fixed default config path
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDieckmann committed May 16, 2021
1 parent 13d41dd commit 4c611c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kube/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
secretKeyRef:
key: Token
name: authhandler
image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.8
image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.9-beta.2
imagePullPolicy: Always
name: baktabackend
ports:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var opts struct {
ConfigFile string `short:"c" long:"configfile" description:"File of the config file" default:"./config/local-config.yaml"`
ConfigFile string `short:"c" long:"configfile" description:"File of the config file" default:"./config/config.yaml"`
}

//Version Version tag
Expand Down

0 comments on commit 4c611c1

Please sign in to comment.