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

# Debug

# Additional Docker environment variables

<Badge color="blue">default</Badge> empty map <br />

<Warning>
  This configuration option cannot be specified via the command line.
</Warning>

```toml theme={null}
[debug.additional_docker_environment]
MY_VAR_1 = "my value"
MY_VAR_2 = "my other value"
```

A map of additional environment variables that will be set and passed to agents that use the
[Docker runtime](/reference/agent/tables/runtimes/docker). These variables will not overwrite Coral environment
variables or options.

# Additional Executable environment variables

<Badge color="blue">default</Badge> empty map <br />

<Warning>
  This configuration option cannot be specified via the command line.
</Warning>

```toml theme={null}
[debug.additional_executable_environment]
MY_VAR_1 = "my value"
MY_VAR_2 = "my other value"
```

A map of additional environment variables that will be set and passed to agents that use the
[Executable runtime](/reference/agent/tables/runtimes/executable). These variables will not overwrite Coral environment
variables or options.
