@spree/docs 0.1.109 → 0.1.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Spree Multi Tenant Configuration
|
|
3
3
|
sidebarTitle: Configuration
|
|
4
|
+
description: Configure Spree multi-tenant SaaS deployments — set the app subdomain, reserved subdomains, tenant signup flow, and other initializer options.
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
Multi-tenant applications include additional configuration options. All configuration should be placed in `config/initializers/spree_multi_tenant.rb` file.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Create a multi-tenant / SaaS platform on top of Spree
|
|
3
3
|
sidebarTitle: Quickstart
|
|
4
|
-
description:
|
|
4
|
+
description: Set up Spree as a multi-tenant SaaS ecommerce platform — install the Enterprise gem, apply license keys, configure subdomains, and provision tenants.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
> **INFO:** Multi-tenancy requires [Spree Enterprise Edition license](https://spreecommerce.org/pricing).
|