Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrmee authored May 29, 2023
1 parent 5914269 commit 26b73c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone https://github.com/cyrmee/BookStore
## Step 2: Set Up Environment Variables
1. In the root directory of the cloned repository, create a new file named `.env`.
2. Open the `.env` file in a text editor.
3. Copy the contents of the docker-compose.yml file provided and paste them into the `.env` file.
3. Copy the contents of the .env.example file provided and paste them into the `.env` file.
4. Replace the placeholder values in the `.env` file with your own values:
- `POSTGRES_USER`: Replace with the username for the PostgreSQL database.
- `POSTGRES_PASSWORD`: Replace with the password for the PostgreSQL database.
Expand Down

0 comments on commit 26b73c0

Please sign in to comment.