Skip to content

Commit c47efcf

Browse files
authored
Update README.md
1 parent 2ceb300 commit c47efcf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ Launch `RustBus` in minutes with Docker, PostgreSQL, and a BSV node.
5151
- Edit `.env` with your settings:
5252
```bash
5353
DATABASE_URL=postgres://user:pass@localhost:5432/rustbus
54-
BSV_NODE=127.0.0.1:8332
54+
DATABASE_URL=postgres://user:pass@localhost:5432/rustbus
55+
BSV_RPC_URL=http://127.0.0.1:8332
56+
BSV_RPC_USER=rpcuser
57+
BSV_RPC_PASSWORD=rpcpass
5558
ZMQ_ADDR=tcp://127.0.0.1:28332
5659
NETWORK=mainnet
5760
START_HEIGHT=800000
58-
METRICS_PORT=8080
61+
METRICS_PORT=9090
62+
BIND_ADDR=0.0.0.0:8080
5963
```
6064

6165
4. **Set Up PostgreSQL**:

0 commit comments

Comments
 (0)