Switch to new backend/frontend URLs
This commit is contained in:
parent
934a4eaff3
commit
2055f120ca
|
|
@ -79,7 +79,7 @@ Rails.application.configure do
|
|||
|
||||
# Mail
|
||||
config.action_mailer.raise_delivery_errors = true
|
||||
config.action_mailer.default_url_options = { host: 'api01.turnie.re' }
|
||||
config.action_mailer.default_url_options = { host: 'backend.turnie.re' }
|
||||
config.action_mailer.delivery_method = :mailgun
|
||||
config.action_mailer.mailgun_settings = {
|
||||
api_key: Rails.application.credentials.dig(:mailgun, :api_key),
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@ DeviseTokenAuth.setup do |config|
|
|||
# do so by enabling this flag. NOTE: This feature is highly experimental!
|
||||
# config.enable_standard_devise_support = false
|
||||
|
||||
config.default_confirm_success_url = 'https://frontend01.turnie.re'
|
||||
config.default_confirm_success_url = 'https://turnie.re'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue