diff --git a/.env b/.env new file mode 100644 index 0000000..9629a70 --- /dev/null +++ b/.env @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index b1d59c7..77a35df 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ node_modules /.cache /build /public/build/ -.env .idea .history