From fe1ede32b6da07ed515bc75a269115dd5b667382 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Fri, 20 Feb 2026 10:33:47 -0600 Subject: [PATCH] docs: add storage section to developer guide Co-Authored-By: Claude Opus 4.6 --- doc/DEVELOPING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/DEVELOPING.md b/doc/DEVELOPING.md index 76778950..61b9aa47 100644 --- a/doc/DEVELOPING.md +++ b/doc/DEVELOPING.md @@ -50,6 +50,18 @@ PAPERCLIP_HOME=/custom/path PAPERCLIP_INSTANCE_ID=dev pnpm paperclip run No Docker or external database is required for this mode. +## Storage in Dev (Auto-Handled) + +For local development, the default storage provider is `local_disk`, which persists uploaded images/attachments at: + +- `~/.paperclip/instances/default/data/storage` + +Configure storage provider/settings: + +```sh +pnpm paperclip configure --section storage +``` + ## Quick Health Checks In another terminal: