You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
171
171
| 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`|
172
172
| behind_proxy | KIOSK_BEHIND_PROXY | bool | false | Is Kiosk running behind a proxy? |
173
173
| 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