Hey team, I have a question. I have a container ( ...
# orm-help
m
Hey team, I have a question. I have a container ( I am using docker compose ) and I would like to connect to the mariaDb using SSL. I can connect without SSL
Copy code
PRISMA_CONFIG: |
                managementApiSecret: xxxxxxxxx2020
                port: 4466
                databases:
                  default:
                    connector: mysql
                    host: "<http://xxxxx.mariadb.database.azure.com|xxxxx.mariadb.database.azure.com>"
                    port: 3306
                    user: xxxxx@xxxx
                    password: xxxxxxx!
I did not find a parameters for SSL connection on the docker: https://hub.docker.com/r/prismagraphql/prisma This is the instruction from Microsoft: https://docs.microsoft.com/en-us/azure/mariadb/howto-configure-ssl Thank you very much!