Change localhost to test network

This commit is contained in:
Manolo 2018-05-11 10:36:01 +02:00 committed by GitHub
parent b2d34c87a2
commit 0c8a9c6c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
```