Update Vercel Blob and Postgres documentation URLs in .env.example (#984)
This commit is contained in:
parent
e8b0eca069
commit
2681194caf
1 changed files with 2 additions and 2 deletions
|
|
@ -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=****
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue