-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1604171
commit 4bb88ac
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|