Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Set the following values to communicate with an external redis

packagecloud_rails['redis_host'] = 'elasticache.aws.my.host'
packagecloud_rails['redis_user'] = ''
packagecloud_rails['redis_password'] = ''
packagecloud_rails['redis_port'] = 6379
packagecloud_rails['redis_database_number'] = 0

You'll have to packagecloud-ctl reconfigure and packagecloud-ctl restart to make this change take effect


Related Pages

  • No labels