diff --git a/.env-example b/.env-example index 50edc69..60be9a4 100644 --- a/.env-example +++ b/.env-example @@ -1,4 +1,5 @@ -NEO4J_URI=bolt://localhost:7687 +NEO4J_HOST=localhost +NEO4J_PORT=7687 NEO4J_USERNAME= NEO4J_PASSWORD= LND_ADDRESS=:10009 diff --git a/README.md b/README.md index d0b806d..2528c88 100644 --- a/README.md +++ b/README.md @@ -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=:10009