Skip to content

Commit

Permalink
Change username for the examples
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
lampajr committed Sep 19, 2024
1 parent 566a4bd commit cfbdd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/basic_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var (
ctx = context.Background()
username = "user"
username = "horreum.bootstrap"
password = "secret"
cleanupData = true
acmeBenchmarkSchema = models.NewSchema()
Expand Down
2 changes: 1 addition & 1 deletion examples/readonly/read_only_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var (
ctx = context.Background()
baseUrl = "http://localhost:8080"
username = "user"
username = "horreum.bootstrap"
password = "secret"

// assertions
Expand Down

0 comments on commit cfbdd12

Please sign in to comment.