You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This method uses Docker to run the complete application stack.
27
27
28
28
1. Make sure that [Docker](https://www.docker.com) is installed on your machine.
29
29
30
-
2. Create a `.env` file by running `cp .env.template .env` in the root of your local project folder, and add your preferred PostgreSQL username and password.
30
+
2. Create a `.env` file by running `cp .env.template .env` in the root of your local project folder, and change GRAPH_PASSWORD to a unique value.
31
31
32
32
> **Note**
33
33
> When running locally, you may need to update one of the ports in the `.env` file if it conflicts with another application on your machine.
0 commit comments