Commit e228dd798a06d4f314ef2141603bdc5e0a8056ce
1 parent
2d381616a4
Exists in
master
and in
2 other branches
Fix typo
Showing 1 changed file with 1 additions and 1 deletions
README.md
View file @
e228dd7
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | Finally, the last docker command creates and populates the database. |
16 | 16 | |
17 | 17 | ## On Keycloak authentication |
18 | -Keycloak authentication is enablede by setting the AUTH_ENABLED variable | |
18 | +Keycloak authentication is enabled by setting the AUTH_ENABLED variable | |
19 | 19 | in the .env file to "true" (no quotes needed). Other than that, you will |
20 | 20 | need to update the KEYCLOAK_REALM_PUBLIC_KEY value in your .env file |
21 | 21 | too. |