From 4da3cdf4f6da05c0399b55c7c7eb64e52d3328e4 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:21:21 +0200 Subject: [PATCH] Update surrealdb.json --- json/surrealdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/surrealdb.json b/json/surrealdb.json index c21c58b3..349234c9 100644 --- a/json/surrealdb.json +++ b/json/surrealdb.json @@ -33,12 +33,12 @@ }, "notes": [ { - "text": "SurrealDB web interface is available on port 8000.", + "text": "Accessing http://IP:8000 redirects to surrealdb.com/surrealist — this is by design. The hosted Surrealist UI connects back to your local instance. Use http://IP:8000 as the connection URL in Surrealist.", "type": "info" }, { - "text": "Default credentials are saved in ~/surrealdb.creds.", + "text": "The generated root password is stored in /opt/surrealdb/.env.", "type": "info" } ] -} +} \ No newline at end of file