From 798d2e5842784af892b90177dace347e756e04bc Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 8 Jan 2026 21:04:54 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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`