Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,12 @@ To activate the license on a Mendix app using Portable App Distribution on eithe

```bash
# License configuration
runtime.params {
License.LicenseID = <licenseId>
License.LicenseKey = <license_Key
runtime {
license {
   id =
    key =
  }
}
```

The values for these properties can also be passed by using environment variables for your deployment type, or by creating a separate config file.
The values for these properties can also be passed by using environment variables `RUNTIME_LICENSE_ID` and `RUNTIME_LICENSE_KEY` for your deployment type, or by creating a separate config file.
Loading