The name and the port of OpenCVE server. Change it if you launch the webserver with a different value (see the related documentation for that).
The key used for securely signing the session cookie (see the Flask recommandations).
The URI used by OpenCVE to connect to the database (see the SQLAlchemy Connection URI format). OpenCVE only supports PostgreSQL.
The Celery Broker URL used to transport messages (ie redis://:password@host:port/db). See the supported list of brokers on the Celery documentation.
The backend URL used by Celery to store task results (ie redis://:password@host:port/db). See the supported list of backends on the Celery documentation.
Display the welcome page. If False the user will be redirected to the vulnerabilitites (CVE) page. If True the content of ~/opencve/welcome_html/index.html is displayed.
Display the terms of service page. If True the content of ~/opencve/welcome_html/terms.html is displayed.
Number of objects to display in the CVEs list (default: 20).
Number of objects to display in the vendors list (default: 20).
Number of objects to display in the products list (default: 20).
Number of objects to display in the CWEs list (default: 20).
Number of objects to display in the reports list (default: 20).
Use the werkzeug middleware for reverse proxy (see the Werkzeug documentation).
If True https links instead of http links are generated.
Display a reCAPTCHA form in register page.
The site key of recaptcha.
The secret key of recaptcha.
The email adapter to use (choices are smtp or sendmail).
The From field of the sent emails.
The server to use with SMTP adapter.
The server to use with SMTP adapter.
Use TLS or not with SMTP adapter.
The username to use with SMTP adapter.
The password to use with SMTP adapter.