diff --git a/app/controllers/campaigns_controller.rb b/app/controllers/campaigns_controller.rb index b42e9e5..9efa65d 100644 --- a/app/controllers/campaigns_controller.rb +++ b/app/controllers/campaigns_controller.rb @@ -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 diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index 0efa670..6f8898a 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -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'