uvdesk/community-skeleton

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

Open

#575 opened on Jun 9, 2022

View on GitHub
 (0 comments) (0 reactions) (1 assignee)CSS (562 forks)batch import
Help Wanted

Repository metrics

Stars
 (18,643 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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"

Contributor guide