From 5222b73fe8f9f8876331f14fd6a76d0f28b62b2e Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 11 Mar 2026 10:29:38 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09d8968..366449a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Star-Mapper — Cortex Graph Explorer +# Star-Mapper — Graph Explorer A high-performance Neo4j graph visualization app with Python-precomputed layouts and a Canvas 2D frontend. @@ -24,7 +24,7 @@ Open **http://localhost:5555** in your browser. | Variable | Default | Description | |---|---|---| -| `NEO4J_HTTP_URL` | `https://neo4j.develop.cortex.cloud.otto.de` | Neo4j HTTP endpoint | +| `NEO4J_HTTP_URL` | `` | Neo4j HTTP endpoint | | `NEO4J_USER` | `neo4j` | Username | | `NEO4J_PASSWORD` | _(empty)_ | Password | | `NEO4J_DATABASE` | `neo4j` | Database name | @@ -154,4 +154,4 @@ python app.py ## Notes - The current service is the Flask app in `app.py`. -- Legacy crawler functionality still exists in `src/Star-Mapper/main.py`, but the existing web UI and API are designed for Neo4j graph exploration. \ No newline at end of file +- Legacy crawler functionality still exists in `src/Star-Mapper/main.py`, but the existing web UI and API are designed for Neo4j graph exploration.