Эх сурвалжийг харах

Use localhost for default domain

poeti8 6 жил өмнө
parent
commit
3d7f06056b
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      .example.env

+ 3 - 3
.example.env

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