Skip to content

Commit

Permalink
chore: update example envs (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <[email protected]>
  • Loading branch information
matoushavlena authored Oct 17, 2024
1 parent f1c44e4 commit aaa03fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Make sure to have the following environment variables configured,
see [example.env](example.env):

```
BEE_API=https://bee-api.res.ibm.com
BEE_API_KEY=<your-api-key>
BEE_API=http://localhost:4000
BEE_API_KEY=sk-testkey
# This is required to prevent some pydantic serialization errors
DEFER_PYDANTIC_BUILD=false
Expand Down
4 changes: 2 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BEE_API=https://bee-api.res.ibm.com
BEE_API_KEY=
BEE_API=http://localhost:4000
BEE_API_KEY=sk-testkey

# This is required to prevent some pydantic serialization errors
DEFER_PYDANTIC_BUILD=false

0 comments on commit aaa03fa

Please sign in to comment.