Private Connection with database
By default, all resources are separated and kept private within the user's organization. You can connect your backend API running on a container with the database privately within the same organization.

For example:
You deployed a nodejs application from
You deployed a
within the same organisation.When you deploy a priavate database in Pandastack, you will get a private endpoint URL
Use the ENV variables like
DATABASE_HOST=xxxxxxxxx.us.pandastack.app
(if deployed inUS
region)DATABASE_USERNAME
and so other envs.
Last updated