uvdesk/community-skeleton
View on GitHubSetup on Digitalocean with managed database and `ssl-mode=REQUIRED`
Open
#575 opened on Jun 9, 2022
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"