config/initializers/spree_multi_tenant.rb
file.
*.example.com
. Tenant stores are usually accessed via subdomains, eg. store1.example.com
, store2.example.com
, etc.
myflowerstore.com
via the Spree admin panel. Tenant subdomains are used only for admin panel access.
app.example.com
. By default for existing tenants it will redirect them to their tenant subdomain, eg. store1.example.com
. If you want, you can also use this as a tenant signup/store setup page, this is available under app.example.com/tenants/new
.
You can customize the app subdomain by:
app.example.com
to admin.example.com
.
mail_from_name
is only used in admin emails, such as admin staff invitations, exports, etc. For consumer facing emails, this will be your tenant store name, eg. ‘My Flower Store` (or whatever they set in the store settings).Also, customer facing emails will use the tenant email address in Reply-To
header.