Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Jan 27, 2021
1 parent f2e73cc commit eaf0b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eaf0b59

Please sign in to comment.