leaderboardsgg / leaderboard-backend-go

GNU General Public License v3.0
37 stars 13 forks source link

Task: Use SSLMode for DB connection #81

Open RageCage64 opened 2 years ago

RageCage64 commented 2 years ago

Coming from discussion in #78 we would like to enable sslmode for the DB connection. Currently it doesn't for ease of development, but if we ever come back to this we will need to do that.

Affected Functionality

The database will start using ssl connections by default.