Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inchori committed Nov 29, 2023
1 parent a3f0ec5 commit 541908e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ var envs = []string{
func LoadConfigFile() (*Config, error) {
var config Config

//workingDir, err := os.Getwd()
//if err != nil {
// return nil, err
//}
viper.AddConfigPath("../")
viper.SetConfigFile(".env")

Expand Down

0 comments on commit 541908e

Please sign in to comment.