change asset host
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
/.bundle
|
/.bundle
|
||||||
/.rspec
|
/.rspec
|
||||||
.ruby-version
|
.ruby-version
|
||||||
|
avatars
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/log/*
|
||||||
|
|||||||
@@ -74,8 +74,8 @@ Rails.application.configure do
|
|||||||
# Use default logging formatter so that PID and timestamp are not suppressed.
|
# Use default logging formatter so that PID and timestamp are not suppressed.
|
||||||
config.log_formatter = ::Logger::Formatter.new
|
config.log_formatter = ::Logger::Formatter.new
|
||||||
|
|
||||||
config.action_mailer.default_url_options = { host: 'ch420.herokuapp.com' }
|
config.action_mailer.default_url_options = { host: 'www.cannabis-initiative.ch' }
|
||||||
config.action_mailer.asset_host = 'https://ch420.herokuapp.com'
|
config.action_mailer.asset_host = 'https://www.cannabis-initiative.ch'
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user