File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
4
4
## Config App
5
5
Create a file named ` .env.local ` in the current directory and copy the contents from ` .env.example ` . Setting the following content:
6
6
```
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.
8
9
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.
10
13
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.
12
16
NEXT_PUBLIC_API_URL=
13
17
```
14
18
You can’t perform that action at this time.
0 commit comments