Skip to content

Commit

Permalink
patch: update env in docs (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorXCode authored Nov 13, 2024
1 parent 9509324 commit c449dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c449dad

Please sign in to comment.