Skip to content

Commit d2f016a

Browse files
committed
fix: Update opencve.cfg example with the latest parameters
1 parent 01f8909 commit d2f016a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf/opencve.cfg.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ database_uri = postgresql://opencve:opencve@postgres:5432/opencve
1212
; see https://kombu.readthedocs.io/en/latest/userguide/connections.html#connection-urls
1313
celery_broker_url = redis://redis:6379/0
1414
celery_result_backend = redis://redis:6379/1
15+
celery_lock_url = redis://redis:6379/2
1516

1617
; Display the static frontpage. If False the user will be redirect to the
1718
; vulnerabilitites (CVE) page.
@@ -20,6 +21,9 @@ display_welcome = False
2021
; Display the terms of service page.
2122
display_terms = False
2223

24+
; Include a HTML analytics code in all pages.
25+
include_analytics = False
26+
2327
; Number of items to display in tables.
2428
cves_per_page = 20
2529
vendors_per_page = 20
@@ -34,6 +38,10 @@ activities_per_page = 20
3438
; see https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/
3539
use_reverse_proxy = False
3640

41+
; Cleanup the database by keeping the N last days of reports
42+
; Set the value to 0 to disable the cleanup
43+
reports_cleanup_days = 0
44+
3745
; Display a reCAPTCHA form in register page.
3846
display_recaptcha = False
3947
recaptcha_site_key =
@@ -62,6 +70,7 @@ email_from = no-reply@opencve.io
6270
smtp_server = <your_smtp_server>
6371
smtp_port = 465
6472
smtp_use_tls = True
73+
smtp_use_ssl = False
6574
smtp_username = <your_username>
6675
smtp_password = <your_password>
6776

0 commit comments

Comments
 (0)