Example install.config.json File

If you populate the values in this file, the installer script will use this configuration file instead of prompting you for this information when it runs.

{
    "dbUrl": "yourdatabase.windows.net",
    "dbInstance": "",
    "dbTrustServerCertificate": "Y",
    "dbDatabase": "your-database-name",
    "dbPort": 1433,
    "codeGenLogin": "MJ_CodeGen",
    "codeGenPwD": "",  
    "mjAPILogin": "MJ_Connect",
    "mjAPIPwD": "",
    "graphQLPort": 4000,
    "authType": "This value should be MSAL, Auth0, or Both",
    "msalWebClientId": "",
    "msalTenantId": "",
    "auth0ClientId": "",
    "auth0ClientSecret": "",
    "auth0Domain": "",
    "createNewUser": "Y",
    "userEmail": "[email protected]",
    "userFirstName": "",
    "userLastName": "",
    "userName": ""
}