intercom / intercom-rails

The easiest way to install Intercom in a Rails app.
https://developers.intercom.io/reference
MIT License
281 stars 108 forks source link

README replace secret config with Rails custom credentials reference #310

Open waruboy opened 5 years ago

waruboy commented 5 years ago

Why?

Since Rails 5.2, Credentials has been the recommended way to store production app secrets. https://guides.rubyonrails.org/5_2_release_notes.html#credentials

How?

Replacing mention and link to Rails secret config with custom config in the README