From c449dad34f8aa1c10b711316964adaf47c52cc78 Mon Sep 17 00:00:00 2001 From: Victor Adeyanju <32789220+sorXCode@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:54:48 +0100 Subject: [PATCH] patch: update env in docs (#164) --- docs/running_locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running_locally.md b/docs/running_locally.md index 5123a47..1dcc4ce 100644 --- a/docs/running_locally.md +++ b/docs/running_locally.md @@ -89,13 +89,13 @@ Our services invalidate the caches of the client gateway using webhooks. Both th # Inside the file "container_env_files/cfg.env" #... CGW_URL=http://nginx:8000/cgw -CGW_FLUSH_TOKEN=some_random_token +CGW_AUTH_TOKEN=some_random_token # Inside the file "container_env_files/cgw.env" AUTH_TOKEN=some_random_token ``` -`AUTH_TOKEN` and `CGW_FLUSH_TOKEN` must be the same. +`AUTH_TOKEN` and `CGW_AUTH_TOKEN` must be the same. For the Events service, follow these steps: