Skip to content

Commit e05b7fc

Browse files
committed
docs
1 parent 1e02536 commit e05b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ kiosk:
167167

168168
| **yaml** | **ENV** | **Value** | **Default** | **Description** |
169169
|---------------------|-------------------------|--------------|-------------|--------------------------------------------------------------------------------------------|
170-
| config_validation_level | KIOSK_CONFIG_VALIDATION_LEVEL | error \| warning | error | The level of validation to perform on the config.yaml file. |
170+
| config_validation_level | KIOSK_CONFIG_VALIDATION_LEVEL | error \| warning \| off | error | The level of validation to perform on the config.yaml file. |
171171
| port | KIOSK_PORT | int | 3000 | Which port Kiosk should use. NOTE: This is only typically needed when running Kiosk outside of a container. If you are running inside a container the port will need to be reflected in your compose file, e.g. `HOST_PORT:KIOSK_PORT` |
172172
| behind_proxy | KIOSK_BEHIND_PROXY | bool | false | Is Kiosk running behind a proxy? |
173173
| watch_config | KIOSK_WATCH_CONFIG | bool | false | Should Kiosk watch config.yaml file for changes. Reloads all connect clients if a change is detected. |

0 commit comments

Comments
 (0)