Skip to content

Commit 4e6cc16

Browse files
committed
Fix linting errors
1 parent 13a0a4b commit 4e6cc16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ The extension can be configured either by environment variables or system proper
3535
Here is a list of required and optional configuration available for the extension:
3636

3737
#### Required Config
38+
3839
- `GOOGLE_CLOUD_PROJECT`: Environment variable that represents the Google Cloud Project ID to which the telemetry needs to be exported.
40+
3941
- Can also be configured using `google.cloud.project` system property.
4042
- This is a required option, the agent configuration will fail if this option is not set.
4143

4244
#### Optional Config
45+
4346
- `GOOGLE_CLOUD_QUOTA_PROJECT`: Environment variable that represents the Google Cloud Quota Project ID which will be charged for the GCP API usage. To learn more about a *quota project*, see [here](https://cloud.google.com/docs/quotas/quota-project). Additional details about configuring the *quota project* can be found [here](https://cloud.google.com/docs/quotas/set-quota-project).
47+
4448
- Can also be configured using `google.cloud.quota.project` system property.
4549

4650
## Usage

0 commit comments

Comments
 (0)