Skip to content

Commit

Permalink
Allow running without redis authentication
Browse files Browse the repository at this point in the history
By falling back to "default" user with empty password.
  • Loading branch information
remvee committed Dec 11, 2024
1 parent c8fd487 commit 72d0c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/system.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ db:
namespace: '${REDIS_NAMESPACE:-EG}'
host: '${REDIS_HOST:-redis}'
port: '${REDIS_PORT:-6379}'
username: '${REDIS_USERNAME}'
username: '${REDIS_USERNAME:-default}'
password: '${REDIS_PASSWORD}'

#plugins:
Expand Down

0 comments on commit 72d0c12

Please sign in to comment.