Skip to content

Commit

Permalink
Clarify .env instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jun 26, 2024
1 parent df83590 commit c582754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ ln -s compose.dev.yml compose.override.dev.yml

### Set envvars

Create a `.env` file or otherwise `export` the envvars. Your `.env` file might look like this:
Create a `.env` file or otherwise `export` the required envvars. If you use an `.env`
file, it should look like this (feel free to change the password :smile:):

```bash
POSTGRES_PASSWORD="supersecret"
Expand Down

0 comments on commit c582754

Please sign in to comment.