@@ -68,7 +68,8 @@ If you installed via npm (Option 1):
68
68
"REGION" : " your_dataworks_open_api_region_id_here" ,
69
69
"ALIBABA_CLOUD_ACCESS_KEY_ID" : " your_alibaba_cloud_access_key_id" ,
70
70
"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"
72
73
},
73
74
"disabled" : false ,
74
75
"autoApprove" : []
@@ -89,10 +90,7 @@ If you built from source (Option 2):
89
90
"ALIBABA_CLOUD_ACCESS_KEY_ID" : " your_alibaba_cloud_access_key_id" ,
90
91
"ALIBABA_CLOUD_ACCESS_KEY_SECRET" : " your_alibaba_cloud_access_key_secret" ,
91
92
"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"
96
94
},
97
95
"disabled" : false ,
98
96
"autoApprove" : []
@@ -109,7 +107,7 @@ init variables in your environment:
109
107
# DataWorks Configuration
110
108
REGION=your_dataworks_open_api_region_id_here
111
109
ALIBABA_CLOUD_ACCESS_KEY_ID=your_alibaba_cloud_access_key_id
112
- ALIBABA_CLOUD_ACCESS_KEY_SECRET= your_alibaba_cloud_access_key_secret
110
+ ALIBABA_CLOUD_ACCESS_KEY_SECRET= your_alibaba_cloud_access_key_secret
113
111
TOOL_CATEGORIES=optional_your_tool_categories_here_ex_UTILS
114
112
TOOL_NAMES=optional_your_tool_names_here_ex_ListProjects
115
113
```
0 commit comments