Skip to content

Respect port settings for local deployments #288

@kellykampen

Description

@kellykampen

For local deployments it would be very helpful if convex respected the port settings in .env.local file and used it to when spinning up the local convex server. Currently it always overwrites with the port being 3210

This would be very helpful when running multiple worktrees on the same machine.

In addition reading the NEXT_PUBLIC_CONVEX_SITE_URL port would be needed.

Example .env.local

NEXT_PUBLIC_CONVEX_URL=http://127.0.0.1:3220 NEXT_PUBLIC_CONVEX_SITE_URL=http://127.0.0.1:3222 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions