Environment Variables
How do I switch between accounts on the same machine?
To manage two W&B accounts from the same machine, store both API keys in a file outside your repository, then load the key you need at runtime. This approach keeps secret keys out of source control.
Environment Variables
Environment Variables