Skip to content

Commit

Permalink
disabling loading of env file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGallauner committed Jul 5, 2024
1 parent 45d2fde commit c1be78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
)

func main() {
err := godotenv.Load()
/* err := godotenv.Load()
if err != nil {
log.Fatal("Error loading .env file")
}
} */

auth.NewAuth()

Expand Down

0 comments on commit c1be78e

Please sign in to comment.