docs(configuration): add security config reference at document start
Add a prominent reference to security_configuration.md at the beginning of the configuration guide. This helps new users quickly find information about storing API keys in .security.yml. Fixes #1986 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e4f4afcd4d
commit
6b1d08f454
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
Config file: `~/.picoclaw/config.json`
|
||||
|
||||
> **Security Configuration:** For storing API keys, tokens, and other sensitive data, see the [Security Configuration Guide](security_configuration.md).
|
||||
|
||||
### Environment Variables
|
||||
|
||||
You can override default paths using environment variables. This is useful for portable installations, containerized deployments, or running picoclaw as a system service. These variables are independent and control different paths.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue