File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ EXCEL_FILE=my-data.xlsx STRAPI_TOKEN=your_api_token node import-data.js
124124
125125# ## 环境变量
126126
127- | 变量名 | 默认值 | 说明 |
128- | -------------- | -------------------------------------- | -------------------------------------- |
129- | ` STRAPI_URL` | ` http://localhost:1337` | Strapi 服务器地址 |
130- | ` STRAPI_TOKEN` | - | Strapi API Token(必填,除非 DRY_RUN) |
131- | ` EXCEL_FILE` | ` 教育公益开放式数据库1.0版的副本 .xlsx` | Excel 文件路径 |
132- | ` BATCH_SIZE` | ` 10` | 批量处理大小 |
133- | ` DRY_RUN` | ` false` | 是否为模拟模式 |
127+ | 变量名 | 默认值 | 说明 |
128+ | -------------- | --------------------------- | -------------------------------------- |
129+ | ` STRAPI_URL` | ` http://localhost:1337` | Strapi 服务器地址 |
130+ | ` STRAPI_TOKEN` | - | Strapi API Token(必填,除非 DRY_RUN) |
131+ | ` EXCEL_FILE` | ` 教育公益开放式数据库 .xlsx` | Excel 文件路径 |
132+ | ` BATCH_SIZE` | ` 10` | 批量处理大小 |
133+ | ` DRY_RUN` | ` false` | 是否为模拟模式 |
134134
135135# ## 命令行选项
136136
You can’t perform that action at this time.
0 commit comments