Hi there,
I am using Vercel's Postgres integration, and the environment variables are directly imported into my project. However, I am unable to edit them. Due to large batch sizes, the execution times out, and I would like to add the ?connect_timeout=xy parameter to address this issue.
Can you provide guidance on how to add this parameter?
Thank you.

