burnittotheground
07/29/2023, 8:10 PMenv:
- name: POSTGRESQL_CONNECTION_URI
value: "postgresql://acid-minimal-cluster.default/foo?user=postgres&password=ikq9MNN80jt2iD1T38H03WAwoja8tqzNAtPHGEWFCEDBlM3VrvPL2aWv8MsFlnhj&ssl=true&sslmode=require"
But when i add jdbc in the beginning of the url such as;
jdbc:postgresql://......
It gives the error in the image. Does it mean that jdbc prefix is added automatically by supertokens? Should i not add it? I'm lost. thank you ❤️