Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian committed Sep 21, 2024
1 parent dce4ac9 commit 1269582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type redisClient struct {

func NewDatabase(logger *slog.Logger) (*redisClient, error) {
rdb := redis.NewClient(&redis.Options{
Addr: "redis:6379",
Addr: "10.0.0.94:6379",
Username: "",
Password: "",
DB: 0,
Expand Down

0 comments on commit 1269582

Please sign in to comment.