edgee auth login and edgee settings. Use overrides when your administrator supplies a private gateway or a diagnostic configuration.
Profiles and credentials
The CLI stores profile configuration and credentials in~/.config/edgee/credentials.toml. Keep the file private. Use profile commands rather than copying credentials between machines or editing a stale example file.
Environment overrides
Gateway URL resolution uses an environment override first, then the profile override, then the organization’s gateway configuration, then the default. Ask your administrator for the endpoint appropriate to your deployment.
Confirm an override
Launch one request and verify it in the intended gateway’s logs and console. If traffic appears in the wrong environment, check exported environment variables and the active profile before changing organization settings. To return to the default in a POSIX shell, useunset EDGEE_API_URL and review any persisted profile override. On PowerShell, use Remove-Item Env:EDGEE_API_URL for the process environment.