Skip to content

Commit 56787c5

Browse files
authored
Merge pull request #124 from thand-io/local-encryption
Try and use better defaults when avaliable for local encryption
2 parents 24a510a + 53617a7 commit 56787c5

18 files changed

Lines changed: 1361 additions & 37 deletions

File tree

docs/configuration/file.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,14 @@ Core environment settings that define the runtime context and platform.
4646
| `environment.arch` | string | Auto-detected | System architecture: `amd64`, `arm64` |
4747
| `environment.ephemeral` | boolean | `false` | Whether running in ephemeral environment |
4848

49-
### Environment Config
49+
### Local Environment Config
5050

5151
Platform-specific configuration settings:
5252

5353
| Option | Type | Default | Description |
5454
|--------|------|---------|-------------|
55-
| `environment.config.timeout` | duration | `5s` | Timeout for config fetch operations |
56-
| `environment.config.key` | string | `changeme` | Default encryption key name |
55+
| `environment.config.password` | string | `changeme` | Default encryption password |
5756
| `environment.config.salt` | string | `changeme` | Default encryption salt |
58-
| `environment.config.api_key` | string | - | API key for environment operations |
5957

6058
#### AWS-Specific Config
6159

0 commit comments

Comments
 (0)