Anonymous
FREEOP
2 years ago
I am trying to use the private network to connect my nodejs BE app with the DB. But I am getting error.
I will change all the passwords and JWT token secrete no worries 🙂
9 Replies
2 years ago
the private URL is not a host, it is a URL.
2 years ago
you use it as a URL
2 years ago
you would want to familiarize yourself with the syntax for using a URL with sequlize via their documentation
For anyone stuck, please refer this.
Thanks Brody<:salute:1137099685417451530>

2 years ago
perfect, thank you for coming back with a solution