Skip to content

Commit

Permalink
docs: adds APOLLO_HOME to env var list
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Mar 15, 2021
1 parent 9f5749c commit 739adbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Rover supports the following levels of logging, in descending order of severity:
* `debug`
* `trace`

By default, Rover only logs `error`, `warn`, and `info` messages. You can configure this behavior for a command by setting its minimum log level with the `--log` flag:
By default, Rover logs `error`, `warn`, and `info` messages. You can configure this behavior for a command by setting its minimum log level with the `--log` flag:

```
rover graph check my-graph@prod --schema ./schema.graphql --log debug
Expand Down Expand Up @@ -92,6 +92,7 @@ If present, an environment variable's value takes precedence over all other meth

| Name | Value |
|-----------------------------|----------------|
| `APOLLO_HOME` | The path to the parent directory of Rover's binary. The default value is `$HOME/.rover` You can use this to override Rover's install location. |
| `APOLLO_CONFIG_HOME` | The path where Rover's configuration is stored. The default value is your operating system's default configuration directory. |
| `APOLLO_KEY` | The API key that Rover should use to authenticate with Apollo Studio. |
| `APOLLO_TELEMETRY_DISABLED` | Set to `1` if you don't want Rover to collect anonymous usage data. |
Expand Down

0 comments on commit 739adbb

Please sign in to comment.