add console redirect

This commit is contained in:
Alex Turchyn
2023-08-05 11:02:00 +03:00
parent 7697b94f73
commit 896b149b25
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@ module Docuseal
TWITTER_URL = 'https://twitter.com/docusealco'
TWITTER_HANDLE = '@docusealco'
SUPPORT_EMAIL = 'support@docuseal.co'
CONSOLE_URL = if Rails.env.development?
'http://console.localhost.io:3001'
else
'https://console.docuseal.co'
end
CERTS = JSON.parse(ENV.fetch('CERTS', '{}'))