perf: add leak password db config

This commit is contained in:
ibuler
2025-04-10 14:54:27 +08:00
committed by Bryan
parent 2ca0e9a5a2
commit 47b72cb35e

View File

@@ -13,11 +13,11 @@ import json
import logging
import os
import re
import sys
import types
from importlib import import_module
from urllib.parse import urljoin, urlparse, quote
import sys
import yaml
from django.urls import reverse_lazy
from django.utils.translation import gettext_lazy as _
@@ -698,6 +698,7 @@ class Config(dict):
'FILE_UPLOAD_SIZE_LIMIT_MB': 200,
'TICKET_APPLY_ASSET_SCOPE': 'all',
'LEAK_PASSWORD_DB_PATH': os.path.join(PROJECT_DIR, 'data', 'leak_password.db'),
# Ansible Receptor
'RECEPTOR_ENABLED': False,