fix(docs): correct settings storage path in README (#194)

This commit is contained in:
Nitanshu Lokhande
2026-02-19 02:33:08 +00:00
committed by GitHub
parent 5416866bcf
commit ae714b5003
+3 -2
View File
@@ -139,8 +139,9 @@ ironclaw onboard
```
The wizard handles database connection, NEAR AI authentication (via browser OAuth),
and secrets encryption (using your system keychain). All settings are saved to
`~/.ironclaw/settings.toml`.
and secrets encryption (using your system keychain). Settings are persisted in the
connected database; bootstrap variables (e.g. `DATABASE_URL`, `LLM_BACKEND`) are
written to `~/.ironclaw/.env` so they are available before the database connects.
## Security