docs: add storage section to developer guide
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
838480faef
commit
fe1ede32b6
1 changed files with 12 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue