Connect to private database url between projects
thomrnowtea
HOBBYOP

2 years ago

Hi, I have separated projects but pretty much all services connects to the same database. Yesterday I wasn't able to connect via public url so I moved onto private url, which worked for all the services inside the project storing the database, except for the rest from other projects. Does the private database connection works between projects?

3 Replies

2 years ago

The private network is isolated to a single environment in a single project, it wouldn't be very private otherwise.


thomrnowtea
HOBBYOP

2 years ago

The private network is isolated to a single environment in a single project, it wouldn't be very private otherwise.

Makes sense. So in order to connect all services to the same private network, they all need to be on the same project.


2 years ago

They all need to be in the same environment within the same project.


Loading...