Skip to content

Commit

Permalink
Update bootstrapservers
Browse files Browse the repository at this point in the history
  • Loading branch information
KouroshAlinaghi committed Jul 30, 2024
1 parent 81b330c commit 6d7c010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func main() {
if err := godotenv.Load(".env", "../common/.env", "../publisherwebsite/.env", "../adserver/.env"); err != nil {
if err := godotenv.Load(".env", "../common/.env", "../publisherwebsite/.env", "../adserver/.env", "../eventserver/.env"); err != nil {
log.Fatal("Error loading .env file")
}

Expand Down

0 comments on commit 6d7c010

Please sign in to comment.