This commit is contained in:
Charles Bochet
2023-08-09 22:43:47 -07:00
parent ecf18312ce
commit be9a2cefeb
3 changed files with 3 additions and 13 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ If you don't, you can provision one through `docker` using the following command
This will create a Docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
This database is containing two tables: `default` and `test`
You can access it using `twenty` postgres user (password: `twenty`)
This instance is containing two databases: `default` and `test`
You can access them using `twenty` postgres user (password: `twenty`)
</TabItem>
<TabItem value="linux-wsl" label="Linux / Windows WSL">