.dassie/config/redis.yml in hyrax-5.0.0.rc1 vs .dassie/config/redis.yml in hyrax-5.0.0.rc2

- old
+ new

@@ -1,10 +1,12 @@ development: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> + password: <%= ENV['REDIS_PASSWORD'] %> test: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> + password: <%= ENV['REDIS_PASSWORD'] %> production: host: <%= ENV.fetch('REDIS_HOST', 'localhost') %> port: <%= ENV.fetch('REDIS_PORT', 6379) %> password: <%= ENV['REDIS_PASSWORD'] %>