We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4657 commit f7c4169Copy full SHA for f7c4169
README.md
@@ -25,10 +25,10 @@ Setting up the PostgreSQL database
25
1. Create your database
26
2. Create a .env file in the root of the project
27
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
+ - DB_USER=YourDatabaseUser
+ - DB_PASS=YourDatabasePassword
+ - DB_NAME=YourDatabaseName
+ - DB_HOST=YourDatabaseHost
32
4. Start the application and check if you see the following message in the console:
33
Connected to the PostgreSQL database
34
5. If you see the message, you are good to go! ENJYOY
0 commit comments