-
Notifications
You must be signed in to change notification settings - Fork 3
docs: improve PG_URL environment variable documentation #814
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
Conversation
- Rename section from "PG_URL String Format" to "PG_URL Environment Variable" - Add clear documentation for two configuration methods: - Direct connection string - File path for Kubernetes and secret management - Include code examples for both approaches - Document automatic secret rotation support for file-based configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the documentation for the PG_URL environment variable in the external PostgreSQL configuration guide. The changes focus on making the configuration options clearer and more comprehensive for users.
- Renamed the section from "PG_URL String Format" to "PG_URL Environment Variable" for better clarity
- Added documentation for both direct connection string and file path configuration methods
- Included specific guidance for Kubernetes deployments and secret management integration
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📝 Broken Links Check Report
The following is the output from the broken links check: |
h3n4l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Changes
Test Plan
🤖 Generated with Claude Code