stefano
stefano6mo ago

my use case: i use Convex for work on "

my use case: i use Convex for work on "Convex Account 1" but also want to use Convex for personal projects on "Convex Account 2" all in the same PC. What is the best way to do this?
2 Replies
Matt Luo
Matt Luo6mo ago
Hi Stefano, I'm not sure what's perfect here. I'm learning too. But I thing I've learned is that you'd need to execute the command npx convex logout in order to switch accounts you are using to login to Convex
lee
lee6mo ago
login credentials are stored at ~/.convex/config.json so you could potentially have two accounts if you use different laptop logins or override the $HOME env variable. that seems like a lot of work, so I would recommend using npx convex logout or just using one Convex account with multiple Convex teams to keep track of work vs personal

Did you find this page helpful?