Skip to content

Commit

Permalink
added additional explanation for LAB_DURATION_HOURS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Browning committed Sep 30, 2020
1 parent b08ac86 commit e01b457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can set these variables via a `Deployment` or `DeploymentConfig`, or by moun
| Name | Default | Substitutable | Description |
| ---- | ------- | ------------- | ----------- |
| LAB_TITLE | OCP4 Workshop || This title will be displayed at the top of the page |
| LAB_DURATION_HOURS | 2h || The length of the event. Should be in a format per [timestring docs](https://www.npmjs.com/package/timestring) |
| LAB_DURATION_HOURS | 2h || The length of the event. Should be in a format per [timestring docs](https://www.npmjs.com/package/timestring). This determines how quickly the username assignments will expire - if you are running just one workshop per deployment, you might like to set this to a very long time e.g. "1y". |
| LAB_USER_COUNT | 50 || The number of available user logins |
| LAB_USER_PASS | openshift || The default password for all users |
| LAB_USER_ACCESS_TOKEN | redhatlabs || Access token required to join the lab. Give this to your users. |
Expand Down

0 comments on commit e01b457

Please sign in to comment.