Fix typo
This commit is contained in:
parent
e581e4a30f
commit
7a33c17e50
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ default:
|
|||
production:
|
||||
host: 'private-db-redis-ams3-76837-do-user-4455684-0.db.ondigitalocean.com'
|
||||
port: 25061
|
||||
password: <%= Rails.application.credentials.sidekiq_cache_redis_password %>
|
||||
password: <%= Rails.application.credentials.rails_cache_redis_password %>
|
||||
db: 1
|
||||
ssl: true
|
||||
ssl_params:
|
||||
|
|
Reference in a new issue