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: Advanced-Usage.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ The following table describes all the environment variables that you can set to
26
26
|**TMPDIR** or **TMP**| string |`"/path/for/MATLAB/to/use/as/tmp"`| Set either one of these variables to control the temporary folder used by MATLAB. `TMPDIR` takes precedence over `TMP` and if neither variable is set, `/tmp` is the default value used by MATLAB. |
27
27
|**MWI_SSL_CERT_FILE**| string |`"/path/to/certificate.pem"`| The certfile string must be the path to a single file in PEM format containing the certificate as well as any number of CA certificates needed to establish the certificate’s authenticity. See [SSL Support](./SECURITY.md#ssl-support) for more information.|
28
28
|**MWI_SSL_KEY_FILE**| string |`"/path/to/keyfile.key"`| The keyfile string, if present, must point to a file containing the private key. Otherwise the private key will be taken from certfile as well. |
29
-
|**MWI_ENABLE_TOKEN_AUTH**| string |`"True"`| When set to `True`, matlab-proxy will require users to provide the security token to access the proxy. <br />The default value is `False` . See [Token-Based Authentication](./SECURITY.md#token-based-authentication) for more information.|
30
-
|**MWI_AUTH_TOKEN**| string (optional) |`"AnyURLSafeToken"`|Optionally, provide a custom `token` for use with `MWI_ENABLE_TOKEN_AUTH`. A token can safely contain any combination of alpha numeric text along with the following permitted characters: `- . _ ~`.<br />When absent matlab-proxy will generate a random URL safe token. |
29
+
|**MWI_ENABLE_TOKEN_AUTH**| string |`"True"`| When set to `True`, matlab-proxy will require users to provide the security token to access the proxy. One can optionally set the token using the environment variable `MWI_AUTH_TOKEN`. If `MWI_AUTH_TOKEN` is not specified, then a token will be generated for you. <br />The default value is `False` . See [Token-Based Authentication](./SECURITY.md#token-based-authentication) for more information.|
30
+
|**MWI_AUTH_TOKEN**| string (optional) |`"AnyURLSafeToken"`|Specify a custom `token` for matlab-proxy to use with [Token-Based Authentication](./SECURITY.md#token-based-authentication). A token can safely contain any combination of alpha numeric text along with the following permitted characters: `- . _ ~`.<br />When absent matlab-proxy will generate a random URL safe token. |
31
31
| **MWI_USE_EXISTING_LICENSE** | string (optional) | `"True"` | When set to True, matlab-proxy will not ask you for additional licensing information and will try to launch an already activated MATLAB on your system PATH.
32
32
|**MWI_CUSTOM_MATLAB_ROOT**| string (optional) |`"/path/to/matlab/root/"`| Optionally, provide a custom path to MATLAB root. For more information see [Adding MATLAB to System Path](#adding-matlab-to-system-path)|
0 commit comments