Skip to content

Commit 8f31268

Browse files
committed
config example for chainlink
1 parent e95d7e0 commit 8f31268

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Diff for: README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,23 @@ yarn setup
5454
docker-compose -f docker-compose.generated.yaml build lotus-adapter
5555
docker-compose -f docker-compose.generated.yaml build lotus-msig-adapter
5656
```
57-
## Run the resto f the services
57+
## Run the rest of the services (chainlink + adapters)
58+
59+
replace the ETH client URL with your own
60+
```ini
61+
ROOT=/chainlink
62+
LOG_LEVEL=debug
63+
ETH_CHAIN_ID=4
64+
CHAINLINK_TLS_PORT=0
65+
SECURE_COOKIES=false
66+
ALLOW_ORIGINS=*
67+
DATABASE_URL=postgres://postgres:hakabdoanoij312332123123maaamamaa@timescaledb:5432/chainlinkovan?sslmode=disable
68+
ETH_URL=<ETH_CLIENT_WEBSOCKET_URL_HERE>
69+
CHAINLINK_DEV=true
70+
```
71+
and put into `~/.chainlink-rinkeby/.env`
72+
73+
74+
```
75+
docker-compose up -d
76+
```

0 commit comments

Comments
 (0)