hostname
This commit is contained in:
parent
26336c1e18
commit
e5fe161649
@ -4,7 +4,7 @@ class GeneralMails < ActionMailer::Base
|
||||
|
||||
layout 'mail'
|
||||
|
||||
default from: "Pollen Concepts <contact@pollen-concepts.fr>"
|
||||
default from: "Pollen Concepts <contact@psychologue-regny-clair.fr>"
|
||||
|
||||
|
||||
def general(lang_slug, mail_type, email, options = {})
|
||||
|
@ -1,5 +1,5 @@
|
||||
class QuestionMailer < ActionMailer::Base
|
||||
default from: "Pollen Concepts <contact@pollen-concepts.fr>"
|
||||
default from: "Pollen Concepts <contact@psychologue-regny-clair.fr>"
|
||||
|
||||
# Subject can be set in your I18n file at config/locales/en.yml
|
||||
# with the following lookup:
|
||||
|
@ -67,7 +67,7 @@ class FileTunelDownload < ApplicationRecord
|
||||
|
||||
url = Rails.application.routes.url_helpers.fili_public_file_tunel_download_path(:id => self.token,:format => :html)
|
||||
|
||||
url = (Rails.env.development? ? "http://localhost:4000" : "https://pollen.olwen.xyz").to_s+url
|
||||
url = (Rails.env.development? ? "http://localhost:4000" : "https://psychologue-regny-clair.fr").to_s+url
|
||||
puts url
|
||||
pdf = ("pdf")
|
||||
|
||||
|
@ -46,15 +46,15 @@
|
||||
|
||||
|
||||
-if @facebook_img
|
||||
=raw '<meta property="og:image" content="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<link rel="image_src" href="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<meta property="og:image" content="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
|
||||
=raw '<link rel="image_src" href="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
|
||||
|
||||
=raw '<meta name="twitter:card" content="summary_large_image">'
|
||||
|
||||
|
||||
|
||||
|
||||
=raw '<meta property="twitter:image" content="https://pollen.olwen.xyz'+@facebook_img.to_s+'"/>'
|
||||
=raw '<meta property="twitter:image" content="https://psychologue-regny-clair.fr'+@facebook_img.to_s+'"/>'
|
||||
|
||||
|
||||
-begin
|
||||
|
@ -3,7 +3,7 @@ Rails.application.configure do
|
||||
|
||||
HOSTNAME="localhost:3000"
|
||||
|
||||
HOSTNAME="pollen.olwen.xyz"
|
||||
HOSTNAME="psychologue-regny-clair.fr"
|
||||
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user