Skip to content

Commit

Permalink
uopdate build
Browse files Browse the repository at this point in the history
  • Loading branch information
ochom committed Jun 13, 2024
1 parent 090b96f commit b08aba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tmp
secret.sh
build
.env
2 changes: 1 addition & 1 deletion src/api/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func login(c fiber.Ctx) error {
return err
}

username := env.Get("QUICK_MQ_USERNAME", "admin")
username := env.Get("QUICK_MQ_USER", "admin")
password := env.Get("QUICK_MQ_PASSWORD", "admin")

if data.Username != username {
Expand Down

0 comments on commit b08aba0

Please sign in to comment.