fix: 密码修改失败问题

This commit is contained in:
Lan
2025-02-10 19:12:04 +08:00
parent 78c612c660
commit 802d2551ff
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -36,8 +36,6 @@ DEFAULT_CONFIG = {
'onedrive_root_path': 'filebox_storage',
'onedrive_proxy': 0,
'webdav_hostname': '',
'webdav_username': '',
'webdav_password': '',
'webdav_root_path': 'filebox_storage',
'webdav_proxy': 0,
'admin_token': 'FileCodeBox2023',
@@ -71,9 +69,6 @@ DEFAULT_CONFIG = {
'port': 12345,
'showAdminAddr': 0,
'robotsText': 'User-agent: *\nDisallow: /',
'jwt_secret_key': "your-secret-key", # 建议使用环境变量
'jwt_algorithm': "HS256",
'admin_password': 'FileCodeBox2023', # 建议使用环境变量存储
}