Everyone on team use same .env.local
is there a way just to use same .env.local and everyone to be 'attached' to the same project
5 Replies
Is everyone on the same team already? Normally with Convex each developer has their own development deployment but all developers share one production deployment. What are you trying to do?
Hi Tom, I want FE members to be able to point to production convex BE?
Cool, that's a good way to set things up. Instead of running the convex command line tool have FE devs paste in the NEXT_PUBLIC_CONVEX_URL (or whatever) to the production value.
can they connect to dev backend?
Sure, use a dev backend URL instead of you'd like some developers to connect to someone'd development backend.