Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit b346929

Browse files
committed
revised content for project settings
Signed-off-by: Jacob Berger <jacob.berger@ibm.com>
1 parent 4b3b223 commit b346929

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/_documentations/projects-settings.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ Supported project settings include:
2929
`contextRoot: <string>`
3030
- Codewind uses the value to determine the project state.
3131
- When the Open Application action is used, it uses the value as the initial endpoint.
32-
- If an incorrect context root is set, the project is stuck in the starting state.
32+
- If an incorrect context root is set, the project continuously pings the wrong endpoint, keeping the project stuck in the starting state.
3333
- If the health check endpoint is set, the context root is not used to determine the project state.
3434
- If the value is not set, the default value is `/`.
3535

3636
## **Health check endpoint**
3737
`healthCheck: <string>`
3838
- Codewind uses the value to determine the project state.
3939
- Codewind expects to use this value for the application health check endpoint.
40-
- If a wrong health check endpoint is set, the project is stuck in the starting state.
40+
- If a wrong health check endpoint is set, the project continuously pings the wrong endpoint, keeping the project stuck in the starting state.
4141
- If the health check endpoint is set, the context root is not used to determine the project state.
42+
- If the value is not set, the default value is `/`.
4243

4344
## HTTPS application
4445
`isHttps: <boolean>`
@@ -48,9 +49,9 @@ Supported project settings include:
4849

4950
## **Internal application port**
5051
`internalPort: <string>`
51-
- When exposed, Codewind does not automatically expose the port.
52+
- Codewind does not automatically expose the port.
5253
- Codewind uses the value in conjunction with the context root to determine the project state.
53-
- If an incorrect port is set, the project is stuck in starting state.
54+
- If an incorrect port is set, the project continuously pings the wrong endpoint, keeping the project stuck in the starting state.
5455

5556
## **Internal debug port**
5657
`internalDebugPort: <string>`

0 commit comments

Comments
 (0)