Skip to content

Commit

Permalink
Merge pull request #124 from CybercentreCanada/frontend
Browse files Browse the repository at this point in the history
Frontend
  • Loading branch information
cccs-nr committed Jun 12, 2024
2 parents 904abee + eb384c1 commit 5c0dc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer_manual/frontend/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For reference, here are the instructions on Docker’s website: <https://docs.do

Create a file named `.env.local` at the root of the `assemblyline-ui-frontend` directory with the following content:

``` bash title="~/git/assemblyline-ui-frontend/.env.local"
``` shell title="~/git/assemblyline-ui-frontend/.env.local"
HOST=0.0.0.0
WDS_SOCKET_PORT=443
HTTPS=true
Expand All @@ -164,7 +164,7 @@ Create a file in the `docker` directory named `.env`.

This file should only contain the following where `<YOUR_IP>` is replaced by your development computer IP.

``` bash title="~/git/assemblyline-ui-frontend/docker/.env"
``` shell title="~/git/assemblyline-ui-frontend/docker/.env"
EXTERNAL_IP=<YOUR_IP>
```

Expand Down

0 comments on commit 5c0dc59

Please sign in to comment.