Skip to content

Commit 51ac12d

Browse files
cubxxwCopilot
andauthored
Update .env.example
Co-authored-by: Copilot <[email protected]> Signed-off-by: 熊鑫伟 Xinwei Xiong <[email protected]>
1 parent 79c00c6 commit 51ac12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ [email protected]
5656
# min_length=8
5757
FIRST_SUPERUSER_PASSWORD='telepace'
5858

59-
# 用于密码加密和解密的对称密钥,必须是有效的 Fernet 密钥(32 字节的 URL 安全 base64 编码,末尾必须有 = 符号)
60-
# 生成方法: `python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"`
59+
# Symmetric key used for password encryption and decryption. Must be a valid Fernet key (32-byte URL-safe base64-encoded string ending with an "=" symbol).
60+
# Generation method: `python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"`
6161
APP_SYMMETRIC_ENCRYPTION_KEY='Buhzb09HgEg-4C7oUsZqykAH_-yfXEONu9sogno3a2s='
6262

6363
# -- Email (SMTP) Settings --

0 commit comments

Comments
 (0)