We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4c309 commit 8c7b1eeCopy full SHA for 8c7b1ee
.env.example
@@ -2,6 +2,7 @@
2
DATABASE_URL="postgresql://username:password@localhost:5432/database_name"
3
4
# JWT密钥
5
+# 请使用一个长而随机的字符串,例如从 https://www.uuidgenerator.net/ 生成
6
JWT_SECRET="your-super-secret-jwt-key-here"
7
8
# Resend邮件服务API密钥
0 commit comments