From 7d3c8b440c52f791bf044ab4b9bdb5866483fa4d Mon Sep 17 00:00:00 2001 From: Etienne <45695613+etiennejouan@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:04:48 +0100 Subject: [PATCH] fix : Update local setup doc (#9383) Co-authored-by: Etienne Jouan --- packages/twenty-website/src/content/developers/local-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-website/src/content/developers/local-setup.mdx b/packages/twenty-website/src/content/developers/local-setup.mdx index 695fb35db..08b443742 100644 --- a/packages/twenty-website/src/content/developers/local-setup.mdx +++ b/packages/twenty-website/src/content/developers/local-setup.mdx @@ -151,7 +151,7 @@ You should run all commands in the following steps from the root of the project. -You can now access the database at [localhost:5432](localhost:5432), with user `twenty` and password `twenty` . +You can now access the database at [localhost:5432](localhost:5432), with user `postgres` and password `postgres` . ## Step 4: Set up a Redis Database (cache) Twenty requires a redis cache to provide the best performance