fix cdn url
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ module Docuseal
|
|||||||
elsif ENV['MULTITENANT'] == 'true'
|
elsif ENV['MULTITENANT'] == 'true'
|
||||||
"https://cdn.#{HOST}"
|
"https://cdn.#{HOST}"
|
||||||
else
|
else
|
||||||
'https://cdn.docuseal.co'
|
'https://cdn.docuseal.com'
|
||||||
end
|
end
|
||||||
|
|
||||||
CERTS = JSON.parse(ENV.fetch('CERTS', '{}'))
|
CERTS = JSON.parse(ENV.fetch('CERTS', '{}'))
|
||||||
|
|||||||
Reference in New Issue
Block a user