Feature Request: Support for config.toml.local (gitignored local configuration overrides) #39585
Unanswered
jacekpl
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem Statement
When working in team environments or managing multiple local Supabase projects simultaneously, developers need to customize port configurations without creating git conflicts or requiring manual config file management.
Current Challenges
Proposed Solution
Add support for config.toml.local (or config.toml.override) that:
Example Workflow
Committed (config.toml):
Local only (config.toml.local, gitignored):
Result: Developer runs supabase start → uses ports 55321-55323, no git conflicts.
Benefits
Additional Context
Would this be considered for the roadmap?
All reactions