Skip to content

Commit

Permalink
Change localhost to test network
Browse files Browse the repository at this point in the history
  • Loading branch information
Manolo committed May 11, 2018
1 parent b2d34c8 commit 0c8a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you want to use this, add a `.env` file to the root of this project (same lev
and replace the variables to fit your specific config.

```
BIGCHAINDB_API_PATH=http://localhost:9984/api/v1/
BIGCHAINDB_API_PATH=https://test.bigchaindb.com/api/v1/
BIGCHAINDB_APP_ID=<your-app-id>
BIGCHAINDB_APP_KEY=<your-app-key>
```
Expand Down

0 comments on commit 0c8a9c6

Please sign in to comment.