aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-28 05:39:38 -0800
committerFuwn <[email protected]>2026-02-28 05:39:38 -0800
commit2525861018ccd4db2f683a8778e5784a9e2942f5 (patch)
tree6232a03b8ff0633adf920bafdcb946b2c1b62928 /README.md
parentchore(compose): add thin mode override (diff)
downloadplutia-test-2525861018ccd4db2f683a8778e5784a9e2942f5.tar.xz
plutia-test-2525861018ccd4db2f683a8778e5784a9e2942f5.zip
feat(config): allow optional config file with default fallback
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfc9953..07fbac6 100644
--- a/README.md
+++ b/README.md
@@ -211,6 +211,8 @@ See [`config.default.yaml`](./config.default.yaml). All supported config keys:
- `rate_limit.proof_rps`
- `rate_limit.proof_burst`
+Config files are optional. If `--config` points to a missing file, Plutia falls back to internal defaults and then applies any `PLUTIA_*` environment overrides.
+
### Example `docker-compose.yml`
```yaml