We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215348b commit c18b3baCopy full SHA for c18b3ba
1 file changed
README.md
@@ -43,7 +43,7 @@ volumes:
43
BLOB_READ_WRITE_TOKEN=vercel_blob_rw_emulator_local # any vercel_blob_rw_<id>_<anything> value works
44
VERCEL_BLOB_API_URL=http://localhost:3100/api/blob
45
NEXT_PUBLIC_VERCEL_BLOB_API_URL=http://localhost:3100/api/blob
46
-STORAGE_VERCEL_BLOB_BASE_URL=http://localhost:3100 # Payload-specific
+STORAGE_VERCEL_BLOB_BASE_URL=http://localhost:3100 # Must be set if you use @payloadcms/vercel-blob
47
VERCEL_BLOB_RETRIES=0 # recommended for tests
48
VERCEL_BLOB_CALLBACK_URL=http://localhost:3000 # your app's base URL; omit if onUploadCompleted is unused
49
```
0 commit comments