better on prem console sign up

This commit is contained in:
Pete Matsyburka
2024-01-31 02:52:36 +02:00
parent a582d39bb9
commit 68196d6af0
4 changed files with 17 additions and 4 deletions
+5
View File
@@ -19,6 +19,11 @@ module Docuseal
else
'https://console.docuseal.co'
end
CLOUD_URL = if Rails.env.development?
'http://localhost:3000'
else
'https://docuseal.co'
end
CDN_URL = if Rails.env.development?
'http://localhost:3000'
elsif ENV['MULTITENANT'] == 'true'