Improve docs (#5492)

Fix #4382 and remove useless pages to make docs more readable
This commit is contained in:
Félix Malfait
2024-05-21 09:09:19 +02:00
committed by GitHub
parent a9813447f3
commit 4907ae5a74
10 changed files with 228 additions and 337 deletions

View File

@ -1,7 +1,5 @@
# Use this for local setup
PG_DATABASE_URL=postgres://twenty:twenty@localhost:5432/default
# Use this for docker setup
# PG_DATABASE_URL=postgres://twenty:twenty@postgres:5432/default
FRONT_BASE_URL=http://localhost:3001