From eaf0b59dfc8d86150a6d778d69e7410babdfef01 Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Wed, 27 Jan 2021 11:09:19 -0300 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1bcff44..935bb54f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can set environment variables in your OS, write on ```.env``` file or pass v | EMAIL_HOST_PASSWORD | ```string``` | ```''``` | Password to use for the SMTP server defined in ```EMAIL_HOST```. | EMAIL_USE_SSL | ```boolean``` | ```False``` | Whether to use an implicit TLS (secure) connection when talking to the SMTP server. | EMAIL_USE_TLS | ```boolean``` | ```False``` | Whether to use a TLS (secure) connection when talking to the SMTP server. -| SEND_EMAILS | ```boolean``` | ```False``` | Send emails flag. +| SEND_EMAILS | ```boolean``` | ```True``` | Send emails flag. | INTELIGENCE_URL | ```string``` | ```https://bothub.it/``` | Specify the URL of the intelligence service. | FLOWS_URL | ```string``` | ```https://new.push.al/``` | Specify the URL of the flows service. | USE_SENTRY | ```bool``` | ```False``` | Enable Support Sentry @@ -58,7 +58,7 @@ You can set environment variables in your OS, write on ```.env``` file or pass v ## License -Distributed under the GPL-3.0 License. See `LICENSE` for more information. +Distributed under the MPL-2.0 License. See `LICENSE` for more information. ## Contributing