Skip to content

Commit 0087dd3

Browse files
committed
changed example
1 parent 837a88e commit 0087dd3

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex

1 file changed

+2
-2
lines changed

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Typically this is `C:\inetpub\wwwroot\Cortex\ConfigurationPortal`
186186
| ConfigManagementPackageName | The name of the package containing the flows used by the {{% ctx %}} Configuration Portal. | `CORTEXConfigurationManagement` |
187187
| ConfigManagementPackageVersion | The version of the package to be used. | `""` |
188188
| ConfigPortalPath | The folder name containing the {{% ctx %}} Configuration Portal. | `"ConfigurationPortal"` |
189-
| ConfigPortalPort | The port to communicate with the {{% ctx %}} Configuration Portal. | `"4443"` |
189+
| ConfigPortalPort | The port to communicate with the {{% ctx %}} Configuration Portal. | `"443"` |
190190
| ConfigPortalUrl | The {{% ctx %}} Configuration Portal base URL. | `"https://cortexwebapp-machine.domain.com"` |
191191

192192
This should look similar to the following:
@@ -204,7 +204,7 @@ This should look similar to the following:
204204
"ConfigManagementPackageName": "CORTEXConfigurationManagement",
205205
"ConfigManagementPackageVersion": "",
206206
"ConfigPortalPath": "ConfigurationPortal",
207-
"ConfigPortalPort": "",
207+
"ConfigPortalPort": "443",
208208
"ConfigPortalUrl": "https://cortexwebapp-machine.domain.com",
209209

210210
"FlowAuthBase64": "",

0 commit comments

Comments
 (0)