Commit e228dd798a06d4f314ef2141603bdc5e0a8056ce

Authored by George Vlahavas
1 parent 2d381616a4

Fix typo

Showing 1 changed file with 1 additions and 1 deletions

... ... @@ -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.