Skip to content

Commit

Permalink
chg(docs): add note to remove hot reload mode headers
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed May 10, 2024
1 parent 965b889 commit 3bc7c3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/configuration/livereload.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ REWARD_HTTPS_PROXY_PORTS=9998,9999
REWARD_TRAEFIK_CUSTOM_HEADERS=hot-reload-mode=1,hot-reload-port=9999
```

``` warning::
If you want to disable hot-reload-mode ensure to remove (or comment out) the `REWARD_TRAEFIK_CUSTOM_HEADERS` line
from the `.env` file.
```

And restart the environment.

```shell
Expand Down Expand Up @@ -143,6 +148,11 @@ REWARD_HTTPS_PROXY_PORTS=9998,9999
REWARD_TRAEFIK_CUSTOM_HEADERS=hot-reload-mode=1,hot-reload-port=9999
```

``` warning::
If you want to disable hot-reload-mode ensure to remove (or comment out) the `REWARD_TRAEFIK_CUSTOM_HEADERS` line
from the `.env` file.
```

And restart the environment.

```shell
Expand Down

0 comments on commit 3bc7c3c

Please sign in to comment.