-
Notifications
You must be signed in to change notification settings - Fork 4
Multi Tenancy
Robert Brands edited this page Oct 3, 2020
·
4 revisions
The application is multi-tenancy enabled, that means with one installation multiple clubs/user-groups can be served with their own settings, MeetUps and messages. A tenant configuration is mapped from the host name the application is called from, e.g. meetups.robert-brands.com could go to tenant meetups and demo.robert-brands.com could go to tenant "demo". The tenant configuration is configured in class TenantConfig in TenantConfig.cs The configuration table provides the following settings that can be set for every tenant:
- LookFor: Host used to define the tenant.
- Name: Name of the tenant as used in database.
- ClubMemberShipAllowed: If true the contact data entry form will have a field "Club Member". If checked the user doesn't need to provide further contact details.
- GuestNameShown: If set to true the name of guests is shown like all other participants.