Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/datastores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ This architecture keeps your database secure and accessible only from applicatio
</Step>
<Step title="Connect to your application">
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.
</Step>
<Step title="Deploy">
Deploy your application. It can now connect to the database using the injected environment variables.
Expand Down