> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elding.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

> Local files and environment variables used by the CLI.

## 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`. |

<Note>
  A service token supplied through an environment variable is planned for non-interactive
  environments such as CI systems and containers.
</Note>
