From 2ffb52908f9c570a8489fd0420892eeb1b807813 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Sat, 2 Dec 2023 22:18:27 +0100 Subject: [PATCH] docs(readme): fixed supabase url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3048f5435..3d47aa8a0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Ensure you have the following installed: Email: `admin@quivr.app` Password: `admin` - You can also connect to the supabase database at [http://localhost:8080](http://localhost:8080) with the following credentials: admin/admin in order to create new users. + You can also connect to the supabase database at [http://localhost:8000](http://localhost:8000) with the following credentials: admin/admin in order to create new users. You can access Quivr backend API at [http://localhost:5050/](http://localhost:5050/)