Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/configuration/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,14 @@ Core environment settings that define the runtime context and platform.
| `environment.arch` | string | Auto-detected | System architecture: `amd64`, `arm64` |
| `environment.ephemeral` | boolean | `false` | Whether running in ephemeral environment |

### Environment Config
### Local Environment Config

Platform-specific configuration settings:

| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `environment.config.timeout` | duration | `5s` | Timeout for config fetch operations |
| `environment.config.key` | string | `changeme` | Default encryption key name |
| `environment.config.password` | string | `changeme` | Default encryption password |
| `environment.config.salt` | string | `changeme` | Default encryption salt |
| `environment.config.api_key` | string | - | API key for environment operations |

#### AWS-Specific Config

Expand Down
Loading