Skip to content

Commit c18b3ba

Browse files
committed
docs: update
1 parent 215348b commit c18b3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ volumes:
4343
BLOB_READ_WRITE_TOKEN=vercel_blob_rw_emulator_local # any vercel_blob_rw_<id>_<anything> value works
4444
VERCEL_BLOB_API_URL=http://localhost:3100/api/blob
4545
NEXT_PUBLIC_VERCEL_BLOB_API_URL=http://localhost:3100/api/blob
46-
STORAGE_VERCEL_BLOB_BASE_URL=http://localhost:3100 # Payload-specific
46+
STORAGE_VERCEL_BLOB_BASE_URL=http://localhost:3100 # Must be set if you use @payloadcms/vercel-blob
4747
VERCEL_BLOB_RETRIES=0 # recommended for tests
4848
VERCEL_BLOB_CALLBACK_URL=http://localhost:3000 # your app's base URL; omit if onUploadCompleted is unused
4949
```

0 commit comments

Comments
 (0)