uvdesk/community-skeleton
Setup on Digitalocean with managed database and `ssl-mode=REQUIRED`
Aberta
#575 aberto em 9 de jun. de 2022
Help Wanted
Métricas do repositório
- Stars
- (18.643 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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"