From 73196ea891fa5c38df04c34db915dfcb2ab44311 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 1 Jul 2021 14:08:14 +0300 Subject: [PATCH] Update README with AUTH_ENABLED variable for keycloak --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e28390c..9027a4a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ The create_volumes script, creates the necessary folder structure and extracts t Finally, the last docker command creates and populates the database. ## On Keycloak authentication -Update the KEYCLOAK_REALM_PUBLIC_KEY value in .env +Keycloak authentication is enablede by setting the AUTH_ENABLED variable +in the .env file to "true" (no quotes needed). Other than that, you will +need to update the KEYCLOAK_REALM_PUBLIC_KEY value in your .env file +too. ##### MLTD proof of concept experiment ####### MLTD comes with a model already trained. -- 2.2.2