OptionalAnthropicPassword for the MJAPI SQL login.
TCP port for the MJAPI GraphQL server (default: 4000).
SQL login used by MJAPI at runtime for read/write data access.
Typically granted db_datareader, db_datawriter, and EXECUTE
(common value: "MJ_Connect"; no auto-applied default).
Authentication provider selection.
'entra' — Microsoft Entra (MSAL) authentication.'auth0' — Auth0 authentication.'none' — skip authentication setup (default for fresh installs).OptionalAuthProvider-specific configuration values (e.g., TenantID, ClientID, Domain). Keys vary by AuthProvider:
TenantID, ClientIDDomain, ClientID, ClientSecretOptionalBaseBase64-encoded 32-byte encryption key used for MJ field-level encryption. If omitted, the installer will generate one automatically.
Password for the CodeGen SQL login.
SQL login used by mj codegen to read/write schema metadata.
Typically granted db_owner role (common value: "MJ_CodeGen"; no auto-applied default).
OptionalCreateOptional new user to create in the MJ database during install.
Populated interactively when the user opts in, or via --config.
Email address for the new user.
First name.
Last name.
Login username (defaults to email if left blank).
SQL Server hostname or IP address (default: "localhost").
Target database name (common value: "MemberJunction"; no auto-applied default).
SQL Server TCP port (default: 1433).
Whether to trust self-signed TLS certificates (common for local dev instances).
TCP port for the MJExplorer Angular dev server (default: 4200 for distribution, 4201 for monorepo).
Installation mode selection.
'distribution' (default) — Downloads the lightweight bootstrap ZIP containing
only MJAPI, MJExplorer, GeneratedEntities, and GeneratedActions as workspace
packages. All @memberjunction/* packages come from npm.'monorepo' — Downloads the full MemberJunction source repository. Use this
if you need to work on MJ framework code itself.OptionalMistralMistral API key for AI features. Leave blank to skip.
OptionalOpenOpenAI API key for AI features. Leave blank to skip.
Anthropic API key for AI features. Leave blank to skip.