perf: add leak password db config

pull/15202/head
ibuler 2025-04-10 14:54:27 +08:00 committed by Bryan
parent 2ca0e9a5a2
commit 47b72cb35e
1 changed files with 2 additions and 1 deletions

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,