change reply to email
This commit is contained in:
parent
93b1773302
commit
ab3b6a2407
@ -94,6 +94,6 @@ class CampaignsController < ApplicationController
|
||||
|
||||
def set_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
|
||||
|
@ -4,14 +4,13 @@ Devise.setup do |config|
|
||||
# The secret key used by Devise. Devise uses this key to generate
|
||||
# random tokens. Changing this key will render invalid all existing
|
||||
# confirmation, reset password and unlock tokens in the database.
|
||||
# config.secret_key = '1907d667a98478e7bedc2efe509c1a5bd467e2bcb32d182c077473632367b8dd9fdb6efa183e4b5a0e9ac24be0739042ee2ac81fec566938f8ecca2f11f41899'
|
||||
config.secret_key = ENV['DEVISE_SECRET_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 = 'noreply@propelmarketing.com'
|
||||
config.mailer_sender = 'donotreply@digitalmarketinghost.com'
|
||||
|
||||
# Configure the class responsible to send e-mails.
|
||||
# config.mailer = 'Devise::Mailer'
|
||||
|
Loading…
Reference in New Issue
Block a user