Rails Authentication with OAuth 2.0 and OmniAuth

Hi there. First of all, thanks for this very useful post.
I have a question about getting the keys from the providers. For now, I’ll be creating it with the localhost:3000 URL as shown in this guide, but what do I have to do once I decide to deploy my app into production?

Thanks!