添加.env文件

This commit is contained in:
2025-11-06 14:52:50 +08:00
parent b99ae6df84
commit 1f9c8293a8
2 changed files with 9 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# APP ID
NEXT_PUBLIC_APP_ID=http://nas.7bm.co:12980/app/46539478-3281-4e98-a445-6da9dc078e95/configuration
# APP API key
NEXT_PUBLIC_APP_KEY=app-3t4oRQd88YCTKhhFUnkohef6
NEXT_PUBLIC_API_URL=http://172.16.0.55:8000/dify
# JWT Secret - 用于签名和验证前端JWT token
# 生产环境请务必修改为强随机字符串(至少32个字符)
JWT_SECRET=gdyc-super-secrets-jjwtt-key-change-this-in-production-20250721-from-login-callback
-1
View File
@@ -3,7 +3,6 @@ node_modules
/.cache
/build
/public/build/
.env
.idea
.history