diff --git a/.gitignore b/.gitignore index 9a92ef6..4d61c17 100644 --- a/.gitignore +++ b/.gitignore @@ -207,3 +207,5 @@ marimo/_lsp/ __marimo__/ key +out.conf +data_dump.json diff --git a/template.env b/template.env index f39d526..70e4f43 100644 --- a/template.env +++ b/template.env @@ -13,6 +13,6 @@ DATABASE_CREDENTIALS="" MISP_KEY_FILE="" MISP_OUTPUT_FILE="" -ALLOWED_TLP="[]" -IGNORED_TLP="[]" +ALLOWED_TLP='["tlp:clear", "tlp:white", "tlp:green"]' +IGNORED_TLP='["tlp:red", "tlp:amber+strict", "tlp:amber"]' UNBOUND_CERT_DIR=""