diff --git a/conf/.env b/conf/.env index 3a664d8..dbf037d 100644 --- a/conf/.env +++ b/conf/.env @@ -14,7 +14,7 @@ MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__ ROOT_URL=https://__DOMAIN_URI__ # Mail URL -MAIL_URL='smtp://localhost:25/' +MAIL_URL=smtp://localhost # This is local port where Wekan Node.js runs PORT=__PORT__