Rationalized the default configuration file path and updated documentation
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
2026-05-14 20:48:12 -05:00
parent b09966f076
commit 77134c3c78
4 changed files with 85 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
`config.yml` defines application-level defaults used by CLI commands.
By default, Scriptorium looks for `/etc/scriptorium/config.yml`. You can also pass `--config PATH`.
By default, Scriptorium looks for `/usr/local/etc/scriptorium/config.yml` and, if not present, then for `/etc/scriptorium/config.yml`. You can also pass `--config PATH`.
## Complete Example