We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set these command line flags when starting Redis: --user admin on >passw0rd ~* &* +@all --user default off
--user admin on >passw0rd ~* &* +@all --user default off
This sets my user to admin and disable the default user. Is there an env var that sets the user? Without it, bull-board throws the error:
admin
default
ReplyError: WRONGPASS invalid username-password pair or user is disabled.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set these command line flags when starting Redis:
--user admin on >passw0rd ~* &* +@all --user default off
This sets my user to
admin
and disable thedefault
user. Is there an env var that sets the user? Without it, bull-board throws the error:Thanks!
The text was updated successfully, but these errors were encountered: