Skip to main content

Local files

LocationContents
OS credential store (Keychain / Credential Manager / Secret Service)Your refresh token (eld_rt_...), never stored as plaintext on disk.
~/.elding/config.jsonMetadata such as workspace and trusted projects. Permissions: 600.
.elding.jsonThe project’s { setId, setName }. This is not a secret and can be committed.

Environment variables

VariablePurpose
ELDING_API_URLOverrides 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.