From ecf3b41cc9e04ab162b13c76e680aa4e0424e17c Mon Sep 17 00:00:00 2001 From: sorxcode Date: Wed, 16 Oct 2024 08:38:23 +0100 Subject: [PATCH] patch: update env in docs --- 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: