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
Copy file name to clipboardExpand all lines: docs/source/guide/start.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,9 @@ The following command line arguments are optional and must be specified with `la
55
55
|`--initial-project-description`|`LABEL_STUDIO_PROJECT_DESC`|`''`| Specify a project description for a Label Studio project. See [Set up your labeling project](setup.html). |
56
56
|`--password`|`LABEL_STUDIO_PASSWORD`|`None`| Password to use for the default user. See [Set up user accounts](signup.html). |
57
57
|`--username`|`LABEL_STUDIO_USERNAME`|`default_user@localhost`| Username to use for the default user. See [Set up user accounts](signup.html). |
58
-
| `--user-token` | `LABEL_STUDIO_USER_TOKEN` | Automatically generated. | Authentication token for a user to use for the API. Must be set with a username, otherwise automatically generated. See [Set up user accounts](signup.html).
58
+
|`--user-token`|`LABEL_STUDIO_USER_TOKEN`| Automatically generated. | Authentication token for a user to use for the API. Must be set with a username, otherwise automatically generated. See [Set up user accounts](signup.html).|
59
59
|`--agree-fix-sqlite`| N/A |`False`| Automatically agree to let Label Studio fix SQLite issues when using Python 3.6–3.8 on Windows operating systems. |
60
+
|`--enable-legacy-api-token`|`LABEL_STUDIO_ENABLE_LEGACY_API_TOKEN`|`False`| Enable legacy API token authentication. Useful for running with a pre-existing token via `--user-token`. |
60
61
| N/A |`LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED`|`False`| Allow Label Studio to access local file directories to import storage. See [Run Label Studio on Docker and use local storage](start.html#Run_Label_Studio_on_Docker_and_use_local_storage). |
61
62
| N/A |`LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT`|`/`| Specify the root directory for Label Studio to use when accessing local file directories. See [Run Label Studio on Docker and use local storage](start.html#Run_Label_Studio_on_Docker_and_use_local_storage). |
0 commit comments