> On Jul 17, 2017, at 12:26 PM, Ralph Shnelvar <[email protected]> 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 [email protected]. To post to this group, send email to [email protected]. 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.

