adds omniauth and omniauth-twitter gems and initializer with references to secrets

This commit is contained in:
David Gil
2015-08-24 17:14:45 +02:00
parent ee01fdaf64
commit 88eb8a6cc4
5 changed files with 33 additions and 2 deletions

View File

@@ -2,4 +2,7 @@
recaptcha_public_key: <%= ENV["MADRID_RECAPTCHA_PUBLIC_KEY"] %>
recaptcha_private_key: <%= ENV["MADRID_RECAPTCHA_PRIVATE_KEY"] %>
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
server_name: <%= fetch(:server_name) %>
twitter_key: <%= ENV["TWITTER_KEY"] %>
twitter_secret: <%= ENV["TWITTER_SECRET"] %>
server_name: <%= fetch(:server_name) %>