fix: fix SECURE.py cannot be import

This commit is contained in:
2025-09-20 00:46:01 +08:00
parent 149473bb23
commit 8f2ab9aeda
3 changed files with 25 additions and 25 deletions
@@ -0,0 +1,13 @@
{
"SECRET_KEY": "114514",
"SMTP": {
"EMAIL_HOST": "",
"EMAIL_PORT": 465,
"EMAIL_HOST_USER": "",
"EMAIL_HOST_PASSWORD": "",
"EMAIL_USE_SSL": true,
"DEFAULT_FROM_EMAIL": "",
"ADMINS": [["", ""]]
}
}