From 6359db96c3f02a11dd9f6acc44727cc8d5742729 Mon Sep 17 00:00:00 2001 From: mkusaka Date: Mon, 5 May 2025 00:49:38 +0900 Subject: [PATCH] Update Vercel Blob and Postgres documentation URLs in .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 6a40fdd61..5141810c7 100644 --- a/.env.example +++ b/.env.example @@ -7,10 +7,10 @@ AUTH_SECRET=**** # Get your xAI API Key here for chat and image models: https://console.x.ai/ XAI_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=****