Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amirRamirfatahi committed Jan 23, 2025
1 parent 13026d5 commit fa213d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ cargo run --bin mockdb [database]

> If the Redis cache is empty, the nexus-service will handle it automatically. If not follow the steps of warning section
You can optionally pass the `GRAPH_CONTAINER_NAME` env var if your neo4j container in docker has a different name. Defaults to `neo4j`.
You can optionally pass the `GRAPH_CONTAINER_NAME` env var if your neo4j container in docker has a different name. Defaults to `neo4j`. For example:
```bash
GRAPH_CONTAINER_NAME=nexus-neo4j cargo run --bin mockdb
```

Then to run all tests:

Expand Down

0 comments on commit fa213d8

Please sign in to comment.