Skip to content

Commit

Permalink
fix: username pass support for sentinel conn
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvjain99 committed Sep 4, 2024
1 parent 3392044 commit fe1e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vmq_server/src/vmq_server_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ init([]) ->
{{one_for_one, 5, 10}, [
?CHILD(eredis, worker, [
[
{sentinel, [{endpoints, SentinelEndpoints}]},
{sentinel, [{endpoints, SentinelEndpoints}, {username, Username}, {password, Password}]},
{database, RedisDB},
{username, Username},
{password, Password},
Expand Down

0 comments on commit fe1e519

Please sign in to comment.