From 1ae2ca454279290e76da1fe58205df158eec1850 Mon Sep 17 00:00:00 2001 From: Benjamin Durham <33912370+Bencey@users.noreply.github.com> Date: Sun, 21 Jun 2020 17:55:41 -0700 Subject: [PATCH] Fix ENV vars on Keycloak recipe --- manuscript/recipes/keycloak.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/recipes/keycloak.md b/manuscript/recipes/keycloak.md index 129e146..bc9f8d7 100644 --- a/manuscript/recipes/keycloak.md +++ b/manuscript/recipes/keycloak.md @@ -31,7 +31,7 @@ mkdir -p /var/data/keycloak/database-dump ### Prepare environment -Create `/var/data/keycloak/keycloak.env`, and populate with the following variables, customized for your own domain structure. +Create `/var/data/config/keycloak/keycloak.env`, and populate with the following variables, customized for your own domain structure. ``` # Technically, this could be auto-detected, but we prefer to be prescriptive @@ -54,7 +54,7 @@ POSTGRES_USER=keycloak POSTGRES_PASSWORD=myuberpassword ``` -Create `/var/data/keycloak/keycloak-backup.env`, and populate with the following, so that your database can be backed up to the filesystem, daily: +Create `/var/data/config/keycloak/keycloak-backup.env`, and populate with the following, so that your database can be backed up to the filesystem, daily: ``` PGHOST=keycloak-db