This commit is contained in:
Pete Matsyburka
2024-10-26 09:54:41 +03:00
parent 558a14a5f2
commit 889103aa5e
8 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -20,12 +20,12 @@ module Docuseal
elsif ENV['MULTITENANT'] == 'true'
"https://console.#{HOST}"
else
'https://console.docuseal.co'
'https://console.docuseal.com'
end
CLOUD_URL = if Rails.env.development?
'http://localhost:3000'
else
'https://docuseal.co'
'https://docuseal.com'
end
CDN_URL = if Rails.env.development?
'http://localhost:3000'