mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
13 lines
218 B
Markdown
13 lines
218 B
Markdown
|
# Configuring Ocean libraries
|
||
|
|
||
|
### Create a `.env` file
|
||
|
|
||
|
```
|
||
|
NETWORK_URL=http://172.15.0.3:8545/
|
||
|
AQUARIUS_URL=http://172.15.0.5:5000
|
||
|
PROVIDER_URL=http://172.15.0.4:8030
|
||
|
MNEMONIC=<secret>
|
||
|
OCEAN_NETWORK=development
|
||
|
```
|
||
|
|