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
* Run `docker compose up -d` if we want to check an existing production CAS server
28
+
* Run `docker compose -f docker-compose.yaml -f docker-compose.test.yaml up -d` if we want to run the test stack (Which includes a CAS and LDAP server)
29
+
* Point browser to `https://localhost`
30
+
25
31
# Environment Variables
26
32
*`CAS_SERVER`: The hostname of the CAS server (default `localhost`)
27
33
*`CAS_CONTEXT`: The CAS context. In the case of `gunet/simple-cas` it will be `/cas`, while in the case of a regulat CAS it will be `./` (default `/cas`)
0 commit comments