Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendvollset authored Jun 17, 2019
1 parent 5798ce5 commit 28452a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ $ pre-commit install
```

### Environment Variables
Set the following environment variables:
Set the following environment variables in a .env file:
```bash
$ COGNITE_CLIENT_NAME = python-sdk-integration-tests
$ COGNITE_MAX_RETRIES = 20
COGNITE_CLIENT_NAME = python-sdk-integration-tests
COGNITE_MAX_RETRIES = 20

# Only necessary for running integration tests
COGNITE_PROJECT = python-sdk-test
Expand Down

0 comments on commit 28452a0

Please sign in to comment.