From 1f9c8293a845628325217a8fb5a46085a057f3cb Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Thu, 6 Nov 2025 14:52:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.env=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 9 +++++++++ .gitignore | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .env 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