|
|
@ -29,26 +29,13 @@ JWT_SECRET={{JWT_SECRET}} |
|
|
|
# Comma seperated |
|
|
|
ADMIN_EMAILS={{ADMIN_EMAILS}} |
|
|
|
|
|
|
|
# Invisible reCaptcha secret key |
|
|
|
# Create one in https://www.google.com/recaptcha/intro/ |
|
|
|
RECAPTCHA_SITE_KEY={{RECAPTCHA_SITE_KEY}} |
|
|
|
RECAPTCHA_SECRET_KEY={{RECAPTCHA_SECRET_KEY}} |
|
|
|
|
|
|
|
# Google Cloud API to prevent from users from submitting malware URLs. |
|
|
|
# Get it from https://developers.google.com/safe-browsing/v4/get-started |
|
|
|
GOOGLE_SAFE_BROWSING_KEY={{GOOGLE_SAFE_BROWSING_KEY}} |
|
|
|
|
|
|
|
# Google Analytics tracking ID for universal analytics. |
|
|
|
# Example: UA-XXXX-XX |
|
|
|
GOOGLE_ANALYTICS={{GOOGLE_ANALYTICS}} |
|
|
|
|
|
|
|
# Google Analytics tracking ID for universal analytics |
|
|
|
# This one is used for links |
|
|
|
GOOGLE_ANALYRICS_UNIVERSAL={{GOOGLE_ANALYRICS_UNIVERSAL}} |
|
|
|
|
|
|
|
# Your email host details to use to send verification emails. |
|
|
|
# More info on http://nodemailer.com/ |
|
|
|
# Mail from example "Kutt <support@kutt.it>". Leave empty to use MAIL_USER |
|
|
|
# Mail from example "Klip <support@klip.example>". Leave empty to use MAIL_USER |
|
|
|
MAIL_HOST={{MAIL_HOST}} |
|
|
|
MAIL_PORT={{MAIL_PORT}} |
|
|
|
MAIL_SECURE={{MAIL_SECURE}} |
|
|
|