Skip to content

Commit 8c6302d

Browse files
committed
docs: add more description to env
1 parent 291e9a0 commit 8c6302d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
44
## Config App
55
Create a file named `.env.local` in the current directory and copy the contents from `.env.example`. Setting the following content:
66
```
7-
# APP ID
7+
# APP ID: This is the unique identifier for your app. You can find it in the app's detail page URL.
8+
# For example, in the URL `https://cloud.dify.ai/app/xxx/workflow`, the value `xxx` is your APP ID.
89
NEXT_PUBLIC_APP_ID=
9-
# APP API key
10+
11+
# APP API Key: This is the key used to authenticate your app's API requests.
12+
# You can generate it on the app's "API Access" page by clicking the "API Key" button in the top-right corner.
1013
NEXT_PUBLIC_APP_KEY=
11-
# APP URL
14+
15+
# APP URL: This is the API's base URL. If you're using the Dify cloud service, set it to: https://api.dify.ai/v1.
1216
NEXT_PUBLIC_API_URL=
1317
```
1418

0 commit comments

Comments
 (0)