Skip to content

Commit 839f1fa

Browse files
committed
Clarify what licenses are for.
1 parent ab82c6a commit 839f1fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/deployment/general/subscription-management/licensing-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ For more instructions on how to do this, see [Linux Deployment](/developerportal
169169

170170
### Portable App Distribution{#portableappdistribution}
171171

172-
To activate the license on a Mendix app using Portable App Distribution on Docker, Cloud Foundry, or Unix-like servers, follow these steps:
172+
To activate the license for a Mendix app using Portable App Distribution on Docker, Cloud Foundry, or Unix-like servers, follow these steps:
173173

174174
1. Open the `$ConfigName.conf` in `etc/configurations`.
175-
2.  Add the `LicenseID` and `LicenseKey` to your runtime configuration:
175+
2. Add the `LicenseID` and `LicenseKey` to your runtime configuration:
176176

177177
```bash
178178
# License configuration
@@ -184,4 +184,4 @@ runtime {
184184
}
185185
```
186186
187-
The values for these properties can also be passed by using the environment variables `RUNTIME_LICENSE_ID` and `RUNTIME_LICENSE_KEY` for your deployment type, or by creating a separate config file.
187+
The values for these properties can also be passed by using the environment variables `RUNTIME_LICENSE_ID` and `RUNTIME_LICENSE_KEY` for the license related to your deployment target, or by creating a separate config file.

0 commit comments

Comments
 (0)