diff options
| author | Fuwn <[email protected]> | 2026-02-28 05:39:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 05:39:38 -0800 |
| commit | 2525861018ccd4db2f683a8778e5784a9e2942f5 (patch) | |
| tree | 6232a03b8ff0633adf920bafdcb946b2c1b62928 /README.md | |
| parent | chore(compose): add thin mode override (diff) | |
| download | plutia-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |