Skip to content

Commit 03be0c0

Browse files
authored
docs: Add multi-tenancy section to README (parse-community#10378)
1 parent b488894 commit 03be0c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ A big _thank you_ 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
7777
- [Dynamic placeholders](#dynamic-placeholders)
7878
- [Reserved Keys](#reserved-keys)
7979
- [Parameters](#parameters-1)
80+
- [Multi-Tenancy](#multi-tenancy)
8081
- [Logging](#logging)
8182
- [Deprecations](#deprecations)
8283
- [Live Query](#live-query)
@@ -777,6 +778,10 @@ The following parameter and placeholder keys are reserved because they are used
777778
778779
- In combination with the [Parse Server API Mail Adapter](https://www.npmjs.com/package/parse-server-api-mail-adapter) Parse Server provides a fully localized flow (emails -> pages) for the user. The email adapter sends a localized email and adds a locale parameter to the password reset or email verification link, which is then used to respond with localized pages.
779780
781+
## Multi-Tenancy
782+
783+
Parse Server does not support multi-tenancy. Only one Parse Server instance may be mounted per Express app. Among other considerations, there is no isolation between apps in the same process. For example, Cloud Code runs in the same Node.js process as Parse Server and has full access to the server environment, such as server configuration, modules, and environment variables.
784+
780785
## Logging
781786
782787
Parse Server will, by default, log:

0 commit comments

Comments
 (0)