Skip to content

Commit

Permalink
Add SSL note (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsanchez authored May 28, 2024
1 parent 9d749b9 commit 0af47a2
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 @@ -74,7 +74,7 @@ The table below describes the existing files in the `./front-end` folder:

## Database setup

1. Set up a new PostgreSQL database instance by following the instructions in the "PostgreSQL: Creating & Installing Databases" lesson.
1. Set up a new PostgreSQL database instance by following the instructions in the "PostgreSQL: Creating & Installing Databases" lesson. Make sure to append `?ssl=true` to the end of the URL to ensure a secure connection
1. After setting up your database instance, connect DBeaver to your new database instances by following the instructions in the "PostgreSQL: Installing DBeaver" lesson.

### Knex
Expand Down

0 comments on commit 0af47a2

Please sign in to comment.