Ruby on Rails Monday, July 17, 2017

> On Jul 17, 2017, at 12:26 PM, Ralph Shnelvar <ralphs@dos32.com> wrote:
>
> If my code will not be shared, and
>
> My Rails app is on my own server, then
>
> Does it make a difference if the secret keys are in environment variables or ~/config/secrets.yml ?
>
> Ralph

I would say, no, it doesn't matter. A couple other ways to do it is to store the secrets in your database (assuming your database is secure), or as environment variables.


Phil

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/B64CA973-22AF-4936-AF03-C441C14093EB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment