Update Vercel Blob and Postgres documentation URLs in .env.example (#984)

This commit is contained in:
mkusaka 2025-11-01 09:42:41 +09:00 committed by GitHub
parent e8b0eca069
commit 2681194caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,10 @@ AUTH_SECRET=****
AI_GATEWAY_API_KEY=**** AI_GATEWAY_API_KEY=****
# Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob # Instructions to create a Vercel Blob Store here: https://vercel.com/docs/vercel-blob
BLOB_READ_WRITE_TOKEN=**** BLOB_READ_WRITE_TOKEN=****
# Instructions to create a PostgreSQL database here: https://vercel.com/docs/storage/vercel-postgres/quickstart # Instructions to create a PostgreSQL database here: https://vercel.com/docs/postgres
POSTGRES_URL=**** POSTGRES_URL=****