1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/building-with-ocean/using-ocean-libraries/configuration.md

13 lines
218 B
Markdown
Raw Normal View History

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