We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8111ce commit 75a93b7Copy full SHA for 75a93b7
2 files changed
.env.template
@@ -0,0 +1,9 @@
1
+# 服务端环境变量
2
+API_BASE_URL=your_api_base_url_here
3
+AUTH_TOKEN=your_auth_token_here
4
+
5
+# 客户端环境变量(NEXT_PUBLIC_ 前缀)
6
+NEXT_PUBLIC_API_BASE_URL=your_public_api_base_url_here
7
+NEXT_PUBLIC_DATASET_ID=68b1e346220e714542241b8e
8
+NEXT_PUBLIC_WORKFLOW_CARD=your_workflow_card_token_here
9
+NEXT_PUBLIC_KNOW_CHAT=your_know_chat_token_here
.gitignore
@@ -31,7 +31,7 @@ yarn-error.log*
31
.pnpm-debug.log*
32
33
# env files (can opt-in for committing if needed)
34
-.env*
+.env
35
36
# vercel
37
.vercel
0 commit comments