This commit is contained in:
2020-03-05 17:53:35 -05:00
parent aac62f8e55
commit b170521619
12 changed files with 1292 additions and 568 deletions
+3 -5
View File
@@ -24,16 +24,14 @@ Qwaiter::Application.configure do
#config.ember.variant = :development
config.action_controller.asset_host = "http://#{ENV['MOZO_LOCAL_IP'] || 'localhost'}:3000"
config.action_controller.asset_host = "https://assets.mozo.local"
# config.web_console.automount = true
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.default_url_options = {
host: ENV['MOZO_LOCAL_IP'] || 'localhost',
port: 3000
}
config.action_mailer.default_url_options = { host: 'https://www.mozo.local' }
config.action_controller.default_url_options = { host: 'https://www.mozo.local' }
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log