Local files
| Location | Contents |
|---|
| OS credential store (Keychain / Credential Manager / Secret Service) | Your refresh token (eld_rt_...), never stored as plaintext on disk. |
~/.elding/config.json | Metadata such as workspace and trusted projects. Permissions: 600. |
.elding.json | The project’s { setId, setName }. This is not a secret and can be committed. |
Environment variables
| Variable | Purpose |
|---|
ELDING_API_URL | Overrides the API URL. Default: https://elding.app. |
A service token supplied through an environment variable is planned for non-interactive
environments such as CI systems and containers.