Skip to content

Commit b366689

Browse files
Revise license configuration in documentation
Updated license configuration syntax and added environment variable references.
1 parent a469722 commit b366689

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,12 @@ To activate the license on a Mendix app using Portable App Distribution on eithe
176176

177177
```bash
178178
# License configuration
179-
runtime.params {
180-
License.LicenseID = <licenseId>
181-
License.LicenseKey = <license_Key
179+
runtime {
180+
license {
181+
   id =
182+
    key =
183+
  }
182184
}
183185
```
184186
185-
The values for these properties can also be passed by using environment variables for your deployment type, or by creating a separate config file.
187+
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.

0 commit comments

Comments
 (0)