mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Change localhost to test network
This commit is contained in:
parent
b2d34c87a2
commit
0c8a9c6c4c
@ -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>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user