You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Source URI |`PCSM_SOURCE_URI`| - | MongoDB connection string forsource|
177
+
| Target URI |`PCSM_TARGET_URI`| - | MongoDB connection string for target|
178
+
| Port |`PCSM_PORT`| 2242| Port on which the server listens |
179
+
| Log Level |`PCSM_LOG_LEVEL`| info| Log level |
180
+
| Log JSON |`PCSM_LOG_JSON`|false| Output log in JSON format |
181
+
| No Color |`PCSM_NO_COLOR`|false| Disable log ASCII color |
182
+
| MongoDB Operation Timeout |`PCSM_MONGODB_CLI_OPERATION_TIMEOUT`| 5m|Timeout for MongoDB operations |
183
+
| Use Collection Bulk Write |`PCSM_USE_COLLECTION_BULK_WRITE`|false| Use collection-level bulk write (internal)|
182
184
183
185
>**Note**: Clone tuning options (see below) are intentionally NOT supported via environment variables. They are configurable via CLI flags and HTTP request parameters only.
184
186
@@ -187,15 +189,16 @@ The following environment variables are supported:
187
189
Advanced tuning options for the clone process. These are available via CLI flags
188
190
and HTTP request parameters, but NOT via environment variables.
189
191
190
-
| CLI Flag | HTTP Parameter | Default | Description|
0 commit comments