Sha256: 3ee3493ba43265c37eff4d9e53e84f79329ad8d0cf0d05b5d50d8da69d757083

Contents?: true

Size: 304 Bytes

Versions: 6

Compression:

Stored size: 304 Bytes

Contents

# Chillout

## Installation

Add this line to your Rails application's Gemfile:

    gem 'chillout'

And then execute:

    $ bundle

And configure in config/environments/production.rb:

```ruby
config.chillout = {
  secret: '<YOUR_SECRET>',
  ssl: true,
  port: 443,
  hostname: 'api.chillout.io'
}
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chillout-0.4.0 README.md
chillout-0.3.0 README.md
chillout-0.2.3 README.md
chillout-0.2.2 README.md
chillout-0.2.1 README.md
chillout-0.2.0 README.md