Skip to content

Commit

Permalink
CONFIG_PATH env added to initialization of configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Turkmen <[email protected]>
  • Loading branch information
mrtrkmn committed Nov 6, 2020
1 parent 5281d0f commit c43800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn/vpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

var (
// todo: fix configuration variables
configuration, _ = config.InitializeConfig()
configuration, _ = config.InitializeConfig(os.Getenv("CONFIG_PATH"))
)

type Interface struct {
Expand Down

0 comments on commit c43800f

Please sign in to comment.