uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.74k stars 463 forks source link

Setup on Digitalocean with managed database and `ssl-mode=REQUIRED` #575

Open MindDesign opened 2 years ago

MindDesign commented 2 years ago

I am setting up UV Desk on Digitalocean using a managed database where it is required to have ssl-mode on the connection string to REQUIRED.

Suggestion: Allow ssl-mode on connection string: DATABASE_URL="mysql://<username>:<password>@<server>:<port>/<database name>?ssl-mode=REQUIRED"