Organizations module configuration

Environment variables can be configured in your operating system. They hold pieces of information that live outside of your code, like database connection strings. Configuring or defining environment variables depends on your operating system: Linux, macOS, Windows server & desktop.

  • MAXIMUM_INVITATION_CODE_LENGTH DEFAULT 50EXAMPLE 1000
  • MAXIMUM_ORGANIZATION_NAME_LENGTH DEFAULT 50EXAMPLE 1000
  • MEMBERSHIP_PROFILE_FIELDS DEFAULT display-name,display-emailEXAMPLE full-name, contact-email, display-name, display-email, dob, location, phone, company-name, website, occupation
  • MINIMUM_INVITATION_CODE_LENGTH DEFAULT 6EXAMPLE 1
  • MINIMUM_ORGANIZATION_NAME_LENGTH DEFAULT 1EXAMPLE 1