Commit 73196ea891fa5c38df04c34db915dfcb2ab44311
1 parent
c22d5dc209
Exists in
master
and in
3 other branches
Update README with AUTH_ENABLED variable for keycloak
Showing 1 changed file with 4 additions and 1 deletions
README.md
View file @
73196ea
... | ... | @@ -15,7 +15,10 @@ |
15 | 15 | Finally, the last docker command creates and populates the database. |
16 | 16 | |
17 | 17 | ## On Keycloak authentication |
18 | -Update the KEYCLOAK_REALM_PUBLIC_KEY value in .env | |
18 | +Keycloak authentication is enablede by setting the AUTH_ENABLED variable | |
19 | +in the .env file to "true" (no quotes needed). Other than that, you will | |
20 | +need to update the KEYCLOAK_REALM_PUBLIC_KEY value in your .env file | |
21 | +too. | |
19 | 22 | |
20 | 23 | ##### MLTD proof of concept experiment ####### |
21 | 24 | MLTD comes with a model already trained. |