Skip to content

Commit cdda9cb

Browse files
committed
Update READMEs
1 parent 5940be8 commit cdda9cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Advanced-Usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This page lists some of the advanced manuevers that may be of specific interest
77
To control the behavior of the MATLAB Proxy, you can optionally specify the environment variables described in this section. You must specify these variables before starting the integration. For example, a network license server can be specified when you start the integration using the command below:
88

99
```bash
10-
env MLM_LICENSE_FILE="1234@example.com" MWI_BASE_URL="/test" matlab-proxy-app
10+
env MLM_LICENSE_FILE="1234@example.com" matlab-proxy-app
1111
```
1212

1313
The following table describes all the environment variables that you can set to customize the behavior of this integration.
1414

1515
| Name | Type | Example Value | Description |
1616
| ---- | ---- | ------------- | ----------- |
1717
| **MLM_LICENSE_FILE** | string | `"1234@111.22.333.444"` | When you want to use either a license file or a network license manager to license MATLAB, specify this variable.</br> For example, specify the location of the network license manager to be `123@hostname`.|
18-
| **MWI_BASE_URL** (mandatory) | string | `"/matlab"` | Set to control the base URL of the app. MWI_BASE_URL should start with `/` or be `empty`. |
18+
| **MWI_BASE_URL** | string | `"/matlab"` | Set to control the base URL of the app. MWI_BASE_URL should start with `/` or be `empty`. |
1919
| **MWI_APP_PORT** | integer | `8080` | Specify the port for the HTTP server to listen on. |
2020
| **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`. |
2121
| **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. |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once the `matlab-proxy` package is installed.
6969
```bash
7070
env MWI_BASE_URL="/matlab" matlab-proxy-app
7171
```
72-
`MWI_BASE_URL` is an environment variable which is required. It controls the link on which MATLAB can be accessed.
72+
`MWI_BASE_URL` is an environment variable which controls the link on which MATLAB can be accessed.
7373
For a detailed listing of all environment variables. See [Advanced-Usage.md](./Advanced-Usage.md)
7474

7575
Running the above command will print text out on your terminal, which will contain the URL to access MATLAB. For example:

0 commit comments

Comments
 (0)