I need to connect botpress to my external DB server which runs on a separate server from botpress. The connection is over SSL as this is required by the DB server and cannot be switched off.
I can connect from the vps where botpress runs to the DB server with a python script.
Using the same string for DATABASE_URL=postgres:// gets me the error: no pg_hba.conf for host... SSL off
Where can I enable SSL DB connection in botpress?