feat: 添加密码管理功能,包括 API、数据库支持和前端界面
This commit is contained in:
@@ -15,5 +15,8 @@ DATABASE_SSL=false
|
||||
# Auth
|
||||
AUTH_JWT_SECRET=change_me_long_random
|
||||
|
||||
# Credential encryption (base64-encoded 32-byte key)
|
||||
CREDENTIAL_MASTER_KEY=change_me_base64_32_bytes
|
||||
|
||||
# Admin (only this email is treated as admin)
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
|
||||
Reference in New Issue
Block a user