Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated website docs and /twenty-server/.env #8801

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

Lucifer4255
Copy link
Contributor

Fix for the issue Incorrect Database Connection String in .env File #8741

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This PR updates the PostgreSQL connection credentials in the server environment and local setup documentation to resolve authentication issues (#8741).

  • Modified packages/twenty-server/.env.example to use default PostgreSQL credentials (password: 'postgres') instead of 'twenty'
  • Removed superuser creation commands from packages/twenty-website/src/content/developers/local-setup.mdx
  • Warning: Line 154 in local setup documentation still references outdated 'twenty' credentials that need to be updated for consistency

💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!

2 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +112 to 113
psql postgres -c "CREATE DATABASE \"default\";" -c "CREATE DATABASE test;"
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: Database creation without user credentials - need to specify how users should authenticate to these databases

Copy link
Member

@FelixMalfait FelixMalfait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@FelixMalfait FelixMalfait merged commit 27eae53 into twentyhq:main Nov 29, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants