Update README.md

This commit is contained in:
notplants
2026-01-08 21:04:54 +00:00
parent a77972d848
commit 798d2e5842

View File

@ -47,8 +47,10 @@ Instructions for integrating keycloak with drive after deploying it, are below.
You then additionally need to modify the config of docs to point to your keycloak deployment.
* `abra app config <app-name>`
set `OIDC_REALM` to the realm you configured in keycloak
set `AUTH_DOMAIN` to the domain of your keycloak instance
```
OIDC_REALM=<the realm you configured in keycloak>
AUTH_DOMAIN=<the domain of your keycloak instance>
```
then redeploy docs:
`abra app deploy <app-name> --force`