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

# Configuration

> Know where Leamout stores deployment identity, secrets, runtime files, and local state.

`leamout init` creates the production filesystem layout used by the current CLI:

```text theme={null}
/etc/leamout/
/etc/leamout/certs/
/etc/leamout/license/
/etc/leamout/leamout.env
/var/lib/leamout/deployment.json
/var/lib/leamout/runtime/
/var/lib/leamout/releases/
/var/lib/leamout/backups/
/var/log/leamout/
```

`deployment.json` contains the durable deployment identity and mode. `leamout.env` contains generated runtime configuration and secrets and is written with restrictive permissions.

Generated values include runtime service credentials, the carrier-credential encryption key, TURN authentication material, and private state/coordination credentials.

<Warning>
  Do not manually rotate generated secret values by editing `leamout.env` unless a documented lifecycle command explicitly requires it. The CLI treats the generated environment and deployment identity as a matched configuration.
</Warning>
