fix style, add product links

This commit is contained in:
Alex Turchyn
2023-07-04 23:05:22 +03:00
parent 70211b24c5
commit 95f7fff53d
11 changed files with 65 additions and 15 deletions
+3
View File
@@ -5,6 +5,9 @@ module Docuseal
NEWSLETTER_URL = "#{PRODUCT_URL}/newsletters".freeze
PRODUCT_NAME = 'DocuSeal'
DEFAULT_APP_URL = 'http://localhost:3000'
GITHUB_URL = 'https://github.com/docusealco/docuseal'
DISCORD_URL = 'https://discord.com/invite/B5wg5wKk'
TWITTER_URL = 'https://twitter.com/docusealco'
CERTS = JSON.parse(ENV.fetch('CERTS', '{}'))