diff --git a/Workbench/README.md b/Workbench/README.md index 2d22a23..97e0812 100644 --- a/Workbench/README.md +++ b/Workbench/README.md @@ -9,4 +9,6 @@ NOTE: The workbench requires that an environment variable named CSPHOSTNAME be s Please see a detailed description [here](https://spaces.at.internet2.edu/x/VhLtBw). +NOTE: There is basic auth setup on the home page. The username is csp and the password is workbench. + NOTE: This environment works with Docker for Windows CE, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false'