M README.md => README.md +1 -1
@@ 83,4 83,4 @@ periodically with __cron__.
This software is licensed under
[GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html)
-Copyright (C) 2017-2020 [Cédric Bonhomme](https://www.cedricbonhomme.org)
+Copyright (C) 2017-2021 [Cédric Bonhomme](https://www.cedricbonhomme.org)
M instance/development.py => instance/development.py +2 -0
@@ 46,3 46,5 @@ MAIL_DEFAULT_SENDER = ""
GITHUB_CLIENT_ID = ""
GITHUB_CLIENT_SECRET = ""
+
+CVE_SEARCH_INSTANCE = "https://cve.circl.lu"