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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ The following table describes all the environment variables that you can set to
18
18
|**MWI_BASE_URL**| string |`"/matlab"`| Set to control the base URL of the app. MWI_BASE_URL should start with `/` or be `empty`. |
19
19
|**MWI_APP_PORT**| integer |`8080`| Specify the port for the HTTP server to listen on. |
20
20
|**MWI_LOG_LEVEL**| string |`"CRITICAL"`| Specify the Python log level to be one of the following `NOTSET`, `DEBUG`, `INFO`, `WARN`, `ERROR`, or `CRITICAL`. For more information on Python log levels, see [Logging Levels](https://docs.python.org/3/library/logging.html#logging-levels) .<br />The default value is `INFO`. |
21
-
|**MWI_LOG_FILE**| string |`"/tmp/logs.txt"`| Specify the full path to the file where you want the logs to be written. |
21
+
|**MWI_LOG_FILE**| string |`"/tmp/logs.txt"`| Specify the full path to the file where you want debug logs from this integration to be written. |
22
22
|**MWI_WEB_LOGGING_ENABLED**| string |`"True"`| Set this value to `"true"` to see additional web server logs. |
23
23
|**MWI_CUSTOM_HTTP_HEADERS**| string |`'{"Content-Security-Policy": "frame-ancestors *.example.com:*"}'`<br /> OR <br />`"/path/to/your/custom/http-headers.json"`|Specify valid HTTP headers as JSON data in a string format. <br /> Alternatively, specify the full path to the JSON file containing valid HTTP headers instead. These headers are injected into the HTTP response sent to the browser. </br> For more information, see the [Custom HTTP Headers](#custom-http-headers) section.|
24
+
|**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. |
0 commit comments