From 6802704484be6bde41718416c6bb7c8c5f1888ea Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 00:04:33 +0000 Subject: [PATCH] docs: note datastores section on app environment tab --- addons/datastores.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/datastores.mdx b/addons/datastores.mdx index 31ece02..aeee5d2 100644 --- a/addons/datastores.mdx +++ b/addons/datastores.mdx @@ -33,6 +33,8 @@ This architecture keeps your database secure and accessible only from applicatio Porter creates an environment group with the connection details. Inject this environment group into your applications. + + Once synced, the datastore appears in the **Datastores** section of the application's **Environment** tab (separate from the Environment groups section). Each row shows the datastore's engine icon and type, and clicking it opens the datastore's detail page. Deploy your application. It can now connect to the database using the injected environment variables.