Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Nov 14, 2024
1 parent 83af9b0 commit e56caca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Technical documentation: https://ecmwf-projects.github.io/datapi/

## Configuration

The `ApiClient` requires the `url` to the API root and a valid API `key`. You can also set the `DATAPI_URL` and `DATAPI_KEY` environment variables, or use a configuration file. The configuration file must be located at `~/.datapirc`, or at the path specified by the `DATAPI_RC` environment variable.
The `ApiClient` requires the `url` to the API root and a valid API `key`. You can also set the `DATAPI_URL` and `DATAPI_KEY` environment variables, or use a configuration file.
The configuration file must be located at `~/.datapirc`, or at the path specified by the `DATAPI_RC` environment variable.

```
$ cat $HOME/.datapirc
Expand Down

0 comments on commit e56caca

Please sign in to comment.