@@ -40,8 +40,8 @@ Add the following variables to your environment parameter file located in `/Serv
4040- ** apiServiceBaseUri** (Set value as ` https://<solutionAbbreviation>-compute-<environmentAbbreviation>-webapi.azurewebsites.net ` )
4141- ** uiAppTenantId** (Set value as the azure tenant id where the UI/WebApi applications are installed)
4242- ** uiAppClientId** (Set value as the application (client) id of ` <solutionAbbreviation> ` -ui-` <environmentAbbreviation> ` )
43- - ** sharepointDomain** (Set value as the SharePoint domain for your tenant, i.e. m365x1234567.onmicrosoft .com )
44- - ** tenantDomain** (Set value as the domain name for your tenant, i.e. m365x1234567.sharepoint .com)
43+ - ** sharepointDomain** (Set value as the SharePoint domain for your tenant, i.e. m365x1234567.sharepoint .com )
44+ - ** tenantDomain** (Set value as the domain name for your tenant, i.e. m365x1234567.onmicrosoft .com)
4545
4646## Post-Deployment tasks
4747
@@ -58,8 +58,8 @@ Add the following variables to `.env`:
5858- REACT_APP_AAD_APP_TENANT_ID (Set value as the azure tenant id where the UI/WebApi applications are installed)
5959- REACT_APP_AAD_UI_APP_CLIENT_ID (Set value as the application (client) id of ` <solutionAbbreviation> ` -ui-` <environmentAbbreviation> ` )
6060- REACT_APP_APPINSIGHTS_CONNECTIONSTRING (Set value as the application insights connection string)
61- - REACT_APP_SHAREPOINTDOMAIN (Set value as the SharePoint domain for your tenant, i.e. m365x1234567.onmicrosoft .com )
62- - REACT_APP_DOMAINNAME (Set value as the domain name for your tenant, i.e. m365x1234567.sharepoint .com)
61+ - REACT_APP_SHAREPOINTDOMAIN (Set value as the SharePoint domain for your tenant, i.e. m365x1234567.sharepoint .com )
62+ - REACT_APP_DOMAINNAME (Set value as the domain name for your tenant, i.e. m365x1234567.onmicrosoft .com)
6363- REACT_APP_VERSION_NUMBER (Optional: this value is pulled from the build pipeline)
6464- REACT_APP_MANAGE_MEMBERSHIP_FLAG (Optional: this value sets the state of the Manage Membership feature flag (true or false))
6565- REACT_APP_ENVIRONMENT_ABBREVIATION: (Set value with ` <environmentAbbreviation> ` )
0 commit comments