Skip to content

Commit

Permalink
update for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflestomper committed Feb 11, 2020
1 parent 1604171 commit 4bb88ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
#Google omniauth config

config.omniauth :google_oauth2,
'1051677852822-llvi1ide2fm54j33stg09mbrsnalhutj.apps.googleusercontent.com',
'961425347147-mujf9es52rohsqd4sob54blvsltbnf69.apps.googleusercontent.com',
ENV['GOOGLE_API_KEY'],
{ }

# ==> Mailer Configuration
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = '[email protected]'
config.mailer_sender = '[email protected]'

# Configure the class responsible to send e-mails.
config.mailer = 'Devise::Mailer'
Expand Down

0 comments on commit 4bb88ac

Please sign in to comment.