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
-requirepass flag is being ignored if db starts as
-requirepass
go run main.go -requirepass mysecret
Meanwhile prioritised if db starts with config flags -init-config, -c and -o
config.DiceConfig.auth.UserName is not used as default user
config.DiceConfig.auth.UserName
The text was updated successfully, but these errors were encountered:
#609 fix: auth command line flags should be respected during server s…
97cee7c
…tartup (#605)
vinitparekh17
No branches or pull requests
-requirepass
flag is being ignored if db starts asMeanwhile prioritised if db starts
with config flags -init-config, -c and -o
config.DiceConfig.auth.UserName
is not used as default userThe text was updated successfully, but these errors were encountered: