update readme and env example

This commit is contained in:
davisv7 2025-08-31 15:59:48 -04:00
parent d55d7832bc
commit 93a17bd8fd
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,5 @@
NEO4J_URI=bolt://localhost:7687
NEO4J_HOST=localhost
NEO4J_PORT=7687
NEO4J_USERNAME=
NEO4J_PASSWORD=
LND_ADDRESS=<HOST>:10009

View file

@ -10,7 +10,7 @@ To get started, follow these steps:
1. Clone this repository to your local machine:
```
git clone https://github.com/.../ln-stream.git
git clone https://git.lyberry.com/v/ln-stream.git
cd ln-stream
```
@ -31,7 +31,8 @@ To get started, follow these steps:
- Open the `.env` file and populate it with the relevant values:
```
NEO4J_URI=bolt://localhost:7687
NEO4J_HOST=localhost
NEO4J_PORT=7687
NEO4J_USERNAME=
NEO4J_PASSWORD=
LND_ADDRESS=<HOST>:10009