mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 09:02:11 +03:00
Fix doc
This commit is contained in:
parent
ecf18312ce
commit
be9a2cefeb
@ -49,4 +49,4 @@ If you stop your containers, you will need to start them again before opening th
|
||||
|
||||
### Conclusion
|
||||
|
||||
You are all set to start developing the project. If you have any questions, please read our [troubleshooting guide](/developer/additional/setup-troubleshooting) please feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57).
|
||||
You are all set to start developing the project. If you have any questions, feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57).
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_custom_props:
|
||||
icon: TbBugOff
|
||||
---
|
||||
|
||||
|
||||
# Troubleshooting guide
|
||||
|
||||
Coming soon
|
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user