Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7c4169

Browse files
committedSep 24, 2022
beauty
1 parent 00f4657 commit f7c4169

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Setting up the PostgreSQL database
2525
1. Create your database
2626
2. Create a .env file in the root of the project
2727
3. Add the following lines to the .env file:
28-
DB_USER=YourDatabaseUser
29-
DB_PASS=YourDatabasePassword
30-
DB_NAME=YourDatabaseName
31-
DB_HOST=YourDatabaseHost
28+
- DB_USER=YourDatabaseUser
29+
- DB_PASS=YourDatabasePassword
30+
- DB_NAME=YourDatabaseName
31+
- DB_HOST=YourDatabaseHost
3232
4. Start the application and check if you see the following message in the console:
3333
Connected to the PostgreSQL database
3434
5. If you see the message, you are good to go! ENJYOY

0 commit comments

Comments
 (0)
Please sign in to comment.