12 lines
No EOL
687 B
Text
Executable file
12 lines
No EOL
687 B
Text
Executable file
# #ddev-generated
|
|
################################## SECURITY ###################################
|
|
|
|
# Warning: since Redis is pretty fast, an outside user can try up to
|
|
# 1 million passwords per second against a modern box. This means that you
|
|
# should use very strong passwords, otherwise they will be very easy to break.
|
|
# Note that because the password is really a shared secret between the client
|
|
# and the server, and should not be memorized by any human, the password
|
|
# can be easily a long string from /dev/urandom or whatever, so by using a
|
|
# long and unguessable password no brute force attack will be possible.
|
|
user default ~* &* +@all on >redis
|
|
user redis ~* &* +@all on >redis |