Skip to content

Commit

Permalink
clarify GCC approach
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Jan 23, 2024
1 parent 7650385 commit 10d0d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/using-the-assessment-tool/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ A fully configured file could look like this:
```json
{
"PnPCore": {
"Environment": "USGovernment"
"Environment": "Production"
},
"CustomSettings": {
"Environment": "USGovernment",
"Environment": "Production",
"Port": 7887,
"AdminCenterUrl": "https://spo-admin.contoso.com",
"MySiteHostUrl": "https://my.contoso.com"
Expand All @@ -44,7 +44,7 @@ The assessment tool can be used to run against tenants hosted in other cloud env
}
```

Valid values for environment are: `Production`, `PreProduction` (Microsoft internal only), `USGovernment` (a.k.a GCC), `USGovernmentHigh` (a.k.a GCC High), `USGovernmentDoD` (a.k.a DoD), `China` and `Germany`.
Valid values for environment are: `Production` (this is default if not set, this also works for GCC), `PreProduction` (Microsoft internal only), `USGovernmentHigh` (a.k.a GCC High), `USGovernmentDoD` (a.k.a DoD), `China` and `Germany`.

## Vanity URL configuration

Expand Down

0 comments on commit 10d0d4d

Please sign in to comment.