docsGuides
Guides
Environment profiles
Every project can define one or more environment profiles: environment variables, port assignments, and database connections.
Profiles prevent port collisions across projects — Devflow warns you when two projects claim the same port and can auto-assign free ports from a range you define.
Profiles are stored locally per project and can be exported as .devflow/env.json for teammates.