Skip to content

Commit b9fce88

Browse files
authored
Update README.md
1 parent c85fc7c commit b9fce88

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If you installed via npm (Option 1):
6868
"REGION": "your_dataworks_open_api_region_id_here",
6969
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_alibaba_cloud_access_key_id",
7070
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_alibaba_cloud_access_key_secret",
71-
"TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_UTILS"
71+
"TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_UTILS",
72+
"TOOL_NAMES": "optional_your_tool_names_here_ex_ListProjects"
7273
},
7374
"disabled": false,
7475
"autoApprove": []
@@ -89,10 +90,7 @@ If you built from source (Option 2):
8990
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your_alibaba_cloud_access_key_id",
9091
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your_alibaba_cloud_access_key_secret",
9192
"TOOL_CATEGORIES": "optional_your_tool_categories_here_ex_UTILS",
92-
"NODE_ENV": "optional_development_or_product",
93-
"TOOL_FILE_URI":"if_NODE_ENV_is_development_then_the_tool_path_to_the_tool_file_uri",
94-
"OPEN_API_ENDPOINT": "open_api_endpoint_here",
95-
"VERBOSE": "export_more_logs_when_needed"
93+
"TOOL_NAMES": "optional_your_tool_names_here_ex_ListProjects"
9694
},
9795
"disabled": false,
9896
"autoApprove": []
@@ -109,7 +107,7 @@ init variables in your environment:
109107
# DataWorks Configuration
110108
REGION=your_dataworks_open_api_region_id_here
111109
ALIBABA_CLOUD_ACCESS_KEY_ID=your_alibaba_cloud_access_key_id
112-
ALIBABA_CLOUD_ACCESS_KEY_SECRETyour_alibaba_cloud_access_key_secret
110+
ALIBABA_CLOUD_ACCESS_KEY_SECRET=your_alibaba_cloud_access_key_secret
113111
TOOL_CATEGORIES=optional_your_tool_categories_here_ex_UTILS
114112
TOOL_NAMES=optional_your_tool_names_here_ex_ListProjects
115113
```

0 commit comments

Comments
 (0)