high network egress price even with database private connection
so i noticed the network egress usage for one of my projects is high even after i change the database connection to use the private domain (config attached)
am i doing it right? is the usage supposed to be this high?
project id: 42148c42-5191-4f7f-ae66-7d2a875566fe
Solution:Jump to solution
here's the docs page you are looking for https://docs.railway.app/guides/postgresql#connect
it shows you what variable to use to communicate to it publicly and what variable to use to communicate to it privately...
3 Replies
Project ID:
42148c42-5191-4f7f-ae66-7d2a875566fe
ok i found the right instructions and figured out that i was doing aboslutely everything wrong. i need to call the railway.internal, my bad
the private networking docs could be a little better though, at least with some examples
Solution
here's the docs page you are looking for https://docs.railway.app/guides/postgresql#connect
it shows you what variable to use to communicate to it publicly and what variable to use to communicate to it privately