Skip to content

Commit

Permalink
Revise for accuracy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstein committed Dec 19, 2022
1 parent 2d68fee commit 6a311d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/users/providers/platform.md
Expand Up @@ -44,7 +44,7 @@ web_environment:

### Designating a Primary Database

If you have more than one database on your Platform.sh project, you must choose and designate the one you’d like to use as DDEV’s primary `'db'`. Every database will be pulled with the integration, but you’ll need to specify which one DDEV loads into its default `'db'` database. Each non-primary database will be imported using the same name as its remote.
All databases for your Platform.sh project will be pulled locally, with each name matching its remote. When you have more than one, you can optionally tell DDEV which to use as the primary and load into the default `'db'` database.

You can do this by setting `PLATFORM_PRIMARY_RELATIONSHIP`:

Expand Down

0 comments on commit 6a311d5

Please sign in to comment.