I’m not an English speaker, so I apologize if there are any mistakes or another problems in my English.
I would like to connect my render app (in rails written) to an external postgres database.
I edit the environment variable of DATABASE_URL with syntax of “postgres://USER:PASSWORD@HOST:PORT/DATABASE”, but I have failed to deploy it. I have confirmed the line is valid.
I guess that my render.yaml code is wrong. My render.yaml is just as it’s written in quickstarts. What do I change in it?