Clarify README backend URL documentation for deployment contexts#2578
Merged
Clarify README backend URL documentation for deployment contexts#2578
Conversation
Updated README
Merged
Co-authored-by: Keeeeeeeks <16293980+Keeeeeeeks@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README to replace production URLs with placeholders
Clarify README backend URL documentation for deployment contexts
Feb 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates root README environment-variable guidance to avoid implying the placeholder backend URLs are “production” endpoints, clarifying that they should be set to whichever Freighter backend deployment a developer is using.
Changes:
- Adjusted README wording to reference a user’s own Freighter backend deployment rather than “production Freighter backend”.
- Aligned the explanatory comment with the existing placeholder URL values.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ``` | ||
|
|
||
| These URLs point to the production Freighter backend. For more details on | ||
| These URLs should point to your deployment of Freighter backend. For more details on |
There was a problem hiding this comment.
Grammatically, this reads a bit awkwardly; consider adding the article so it’s clear you mean the project’s backend (e.g., “your deployment of the Freighter backend”).
Suggested change
| These URLs should point to your deployment of Freighter backend. For more details on | |
| These URLs should point to your deployment of the Freighter backend. For more details on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README was updated to use placeholder backend URLs instead of production URLs, but the accompanying comment still referenced "production Freighter backend", creating confusion about the intended usage.
Changes:
your_backend_v1_prod_url_hereandyour_backend_v2_prod_url_here💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.