Skip to content

Commit

Permalink
Merge pull request #7 from browningjp/master
Browse files Browse the repository at this point in the history
added additional explanation for LAB_DURATION_HOURS
  • Loading branch information
evanshortiss authored Mar 18, 2021
2 parents b08ac86 + e01b457 commit 8b28d70
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 8b28d70

Please sign in to comment.