Hello!
I’m trying to deploy the API and DB seperatly since i’m getting issues with connecting to the DB.
How can i customize my application so that it no longer tries to connect to localhost:5432 but rather a URL.
Thanks
Hello!
I’m trying to deploy the API and DB seperatly since i’m getting issues with connecting to the DB.
How can i customize my application so that it no longer tries to connect to localhost:5432 but rather a URL.
Thanks
Hi @luke,
you would probably need to switch the host
and port
parameters in the ops_settings_docker.yml
to your url and port (80 if default port). But i’m not sure if the connection will work with URLs.
That’s the place it will use the config values:
if you want to edit stuff.
Best regards