This commit is contained in:
Benjamin
2021-04-19 15:14:37 -05:00
parent 2e3daf1e9c
commit 46fc427694
23 changed files with 322 additions and 282 deletions
+5 -3
View File
@@ -24,14 +24,16 @@ Qwaiter::Application.configure do
#config.ember.variant = :development
config.action_controller.asset_host = "https://assets.mozo.local"
config.action_controller.asset_host = "https://localhost:3002"
config.force_ssl = true
# 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: 'https://www.mozo.local', port: 80 }
config.action_controller.default_url_options = { host: 'https://www.mozo.local', port: 80 }
config.action_mailer.default_url_options = { host: 'https://localhost', port: 3002 }
config.action_controller.default_url_options = { host: 'https://localhost', port: 3002 }
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log