replace more occurences of Kutt with Klip

Этот коммит содержится в:
Joe 2020-06-18 12:20:04 -05:00
родитель 01476f6275
Коммит 72b65b7b02
2 изменённых файлов: 3 добавлений и 30 удалений

Просмотреть файл

@ -2,7 +2,7 @@
PORT=3000
# The domain that this website is on
SITE_NAME="Kutt"
SITE_NAME="Klip"
# The domain that this website is on
DEFAULT_DOMAIN="localhost:3000"
@ -49,27 +49,13 @@ JWT_SECRET=securekey
# Comma seperated
ADMIN_EMAILS=
# Invisible reCaptcha secret key
# Create one in https://www.google.com/recaptcha/intro/
RECAPTCHA_SITE_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 Analytics tracking ID for universal analytics.
# Example: UA-XXXX-XX
GOOGLE_ANALYTICS=
GOOGLE_ANALYTICS_UNIVERSAL=
# Google Analytics tracking ID for universal analytics
# This one is used for links
# 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_PORT=
MAIL_SECURE=true

Просмотреть файл

@ -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}}