|
|
@@ -2,7 +2,7 @@
|
|
|
PORT=3000
|
|
|
|
|
|
# The domain that this website is on
|
|
|
-DEFAULT_DOMAIN="kutt.it"
|
|
|
+DEFAULT_DOMAIN="localhost:3000"
|
|
|
|
|
|
# Neo4j database credential details
|
|
|
DB_URI="bolt://localhost"
|
|
|
@@ -27,7 +27,7 @@ ADMIN_EMAILS=
|
|
|
|
|
|
# Invisible reCaptcha secret key
|
|
|
# Create one in https://www.google.com/recaptcha/intro/
|
|
|
-RECAPTCHA_SITE_KEY=6LdVeUYUAAAAAAPX2XAH71soH8xVPrMjpIR3pE8f
|
|
|
+RECAPTCHA_SITE_KEY=
|
|
|
RECAPTCHA_SECRET_KEY=
|
|
|
|
|
|
# Google Cloud API to prevent from users from submitting malware URLs.
|
|
|
@@ -42,7 +42,7 @@ GOOGLE_ANALYTICS=
|
|
|
# More info on http://nodemailer.com/
|
|
|
# Mail from example "Kutt <support@kutt.it>". Leave empty to use MAIL_USER
|
|
|
MAIL_HOST=
|
|
|
-MAIL_PORT=587
|
|
|
+MAIL_PORT=
|
|
|
MAIL_SECURE=
|
|
|
MAIL_USER=
|
|
|
MAIL_FROM=
|