From 2681194caf0cd040f995dca4f5faf65183af3c57 Mon Sep 17 00:00:00 2001 From: mkusaka Date: Sat, 1 Nov 2025 09:42:41 +0900 Subject: [PATCH] Update Vercel Blob and Postgres documentation URLs in .env.example (#984) --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 3ecdcc1..42bdcf2 100644 --- a/.env.example +++ b/.env.example @@ -11,10 +11,10 @@ AUTH_SECRET=**** 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=**** -# 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=****