diff --git a/README.md b/README.md index d9c803a..b8d26c0 100644 --- a/README.md +++ b/README.md @@ -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 ` -set `OIDC_REALM` to the realm you configured in keycloak -set `AUTH_DOMAIN` to the domain of your keycloak instance +``` +OIDC_REALM= +AUTH_DOMAIN= +``` then redeploy docs: `abra app deploy --force`