SSL Cert config for DB Connection

using PGSQL

the dev db does not have SSL support.

PROD DB has SSL support and has been marked required as well.


if we choose SSL cert here, dev breaks
if do not choose, prod breaks.

we deploy to dev and prod servers via Git branches on the same repo.

how can we achieve this where we can add SSL only for prod branch but not for dev.

i tried to set the path of SSL cert via ENV variable - but a blank does not work for dev still, it throws an error!

would like to have a Wappler native way to handle this without having to manually edit underlying files to achieve this result.

Community Page
Last updated: