update readme and env example
This commit is contained in:
parent
d55d7832bc
commit
93a17bd8fd
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
NEO4J_URI=bolt://localhost:7687
|
||||
NEO4J_HOST=localhost
|
||||
NEO4J_PORT=7687
|
||||
NEO4J_USERNAME=
|
||||
NEO4J_PASSWORD=
|
||||
LND_ADDRESS=<HOST>:10009
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue