Skip to content

Commit b62d364

Browse files
committed
consistency in the text
1 parent a9c648b commit b62d364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/deployment/on-premises-design/ms-windows/automate-mendix-deployment-on-microsoft-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Install-MxService $appName
185185
The following script example demonstrates how to set runtime settings for your app. It applies custom runtime configuration settings to your application using a hashtable of key-value pairs.
186186

187187
```text
188-
$appName = '{Name of your app}'
188+
$appName = 'Name of Mendix app'
189189
$settings = @{
190190
'MaxJavaHeapSize' = '2048'
191191
'DatabaseHost' = 'localhost'
@@ -200,7 +200,7 @@ Set-MxAppRuntimeSettings $appName -Settings $settings
200200
The following script example demonstrates how to set an application constant for your app. It updates a specific constant value in your Mendix app configuration.
201201

202202
```text
203-
$appName = '{Name of your app}'
203+
$appName = 'Name of Mendix app'
204204
$constantName = '{Name of your constant}'
205205
$constantValue = '{Value for your constant}'
206206

0 commit comments

Comments
 (0)