增加多账户

This commit is contained in:
dekun
2026-05-27 07:34:34 +08:00
parent a5383d8ca1
commit 1f695799bf
8 changed files with 1371 additions and 770 deletions
+5
View File
@@ -0,0 +1,5 @@
# 复制为 .env 后修改(勿提交 .env 到 Git)
SECRET_KEY=请替换为随机长字符串
AUTH_USERNAME=admin
AUTH_PASSWORD=请设置强密码
DATA_ENCRYPTION_KEY=请运行 python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"