change reply to email

This commit is contained in:
Tyrel Souza 2014-05-09 14:32:33 -04:00
parent 93b1773302
commit ab3b6a2407
2 changed files with 2 additions and 3 deletions

View File

@ -94,6 +94,6 @@ class CampaignsController < ApplicationController
def set_api_key def set_api_key
@BETTER_VIDEO_API_KEY = ENV['BETTER_VIDEO_API_KEY'] @BETTER_VIDEO_API_KEY = ENV['BETTER_VIDEO_API_KEY']
@BETTER_VIDEO_API_KEY ||= "propel test key" @BETTER_VIDEO_API_KEY ||= "test key"
end end
end end

View File

@ -4,14 +4,13 @@ Devise.setup do |config|
# The secret key used by Devise. Devise uses this key to generate # The secret key used by Devise. Devise uses this key to generate
# random tokens. Changing this key will render invalid all existing # random tokens. Changing this key will render invalid all existing
# confirmation, reset password and unlock tokens in the database. # confirmation, reset password and unlock tokens in the database.
# config.secret_key = '1907d667a98478e7bedc2efe509c1a5bd467e2bcb32d182c077473632367b8dd9fdb6efa183e4b5a0e9ac24be0739042ee2ac81fec566938f8ecca2f11f41899'
config.secret_key = ENV['DEVISE_SECRET_KEY'] config.secret_key = ENV['DEVISE_SECRET_KEY']
# ==> Mailer Configuration # ==> Mailer Configuration
# Configure the e-mail address which will be shown in Devise::Mailer, # 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 # note that it will be overwritten if you use your own mailer class
# with default "from" parameter. # with default "from" parameter.
config.mailer_sender = 'noreply@propelmarketing.com' config.mailer_sender = 'donotreply@digitalmarketinghost.com'
# Configure the class responsible to send e-mails. # Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer' # config.mailer = 'Devise::Mailer'