README.md in chillout-0.5.3 vs README.md in chillout-0.5.4

- old
+ new

@@ -1,8 +1,10 @@ # Chillout [![Build Status](https://travis-ci.org/chilloutio/chillout.png)](https://travis-ci.org/chilloutio/chillout) +[![Code Climate](https://codeclimate.com/github/chilloutio/chillout.png)](https://codeclimate.com/github/chilloutio/chillout) +[![Gem Version](https://badge.fury.io/rb/chillout.png)](http://badge.fury.io/rb/chillout) ## Installation Add this line to your Rails application's Gemfile: @@ -13,15 +15,10 @@ $ bundle And configure in config/environments/production.rb: ```ruby -config.chillout = { - secret: '<YOUR_SECRET>', - ssl: true, - port: 443, - hostname: 'api.chillout.io' -} +config.chillout = { secret: '<YOUR_SECRET>' } ``` Check if everything is ok: $ RAILS_ENV=production rake chillout:check