Skip to content

Commit

Permalink
Add hint to TEST_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Aug 13, 2024
1 parent 483d30d commit 2121468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ virtualenv .venv
source .venv/bin/activate

python -m pip install -e . uvicorn
export TEST_ENVIRONMENT=true # set this when running locally to mock redis
uvicorn titiler.xarray.main:app --reload
```

Expand Down

0 comments on commit 2121468

Please sign in to comment.