添加.env文件
This commit is contained in:
@@ -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
|
||||
@@ -3,7 +3,6 @@ node_modules
|
||||
/.cache
|
||||
/build
|
||||
/public/build/
|
||||
.env
|
||||
|
||||
.idea
|
||||
.history
|
||||
|
||||
Reference in New Issue
Block a user