Skip to content

Commit

Permalink
Make doc a bit more user-friendly by using default postgres port (Fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 19, 2024
1 parent 326d9c5 commit e5eaf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ On Linux:
Example, if you have ltc node and btc node on regtest (default configuration), and want to connect to them: (see documentation for other options in the [postgres connection string](https://www.npgsql.org/doc/connection-string-parameters.html))

```bash
./run.sh --chains=btc,ltc --network=regtest --postgres "User ID=postgres;Host=127.0.0.1;Port=39382;Database=nbxplorer"
./run.sh --chains=btc,ltc --network=regtest --postgres "User ID=postgres;Host=127.0.0.1;Port=5432;Database=nbxplorer"
```

## How to use the API?
Expand Down

0 comments on commit e5eaf76

Please sign in to comment.