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