Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Support configuration from the Rails secrets.yml file #109

Open
nextmat opened this issue Mar 9, 2016 · 0 comments
Open

Support configuration from the Rails secrets.yml file #109

nextmat opened this issue Mar 9, 2016 · 0 comments
Milestone

Comments

@nextmat
Copy link
Contributor

nextmat commented Mar 9, 2016

The secrets.yml file was added in Rails 4.1 to provide a consistent place for storing sensitive configuration information. It would be cool if for 4.1+ we could mine configuration definitely from that file if a librato key group was present, something like:

production:
  librato:
    user: 'user'
    token: 'xxx'
    ...

This would allow folks on newer rails to have one less config file to manage. Related: #107

@nextmat nextmat added this to the v2.0 milestone May 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant