Database configuration in Strapi Cloud

Hi, I just got access to Strapi Cloud and I’m so excited to try it out!

I deployed a relatively new app that I forgot to configure with Postgres in production environment (created with --quickstart, using sqlite in development). The app deployed successfully despite the docs requiring the project to be compatible with Postgres. Are the production configs added automatically or was it created with sqlite on Strapi Cloud and not giving any errors? I’ve updated the production env database config to use Postgres just to make sure (using the same env variables from the Postgres setup guide) but now the app fails to deploy.

With the default SSL setting the server fails to start with self signed certificate in certificate chain error. If I set it to just true or leave it out I get an error saying no pg_hba.conf entry for host "xxx.xxx.xxx.xxx", user "xxx", database "xxx", no encryption.