From b9adc9557795e0966a3f330658648d8527a6dc08 Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Wed, 13 Aug 2025 17:01:07 +0200 Subject: [PATCH] env / add file storage --- env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/env.example b/env.example index 27baba2..db44d98 100644 --- a/env.example +++ b/env.example @@ -14,4 +14,7 @@ OPENAI_API_KEY= OPENAI_MODEL="gpt-5-mini" # App URL (for production deployments) -NEXT_PUBLIC_APP_URL="http://localhost:3000" \ No newline at end of file +NEXT_PUBLIC_APP_URL="http://localhost:3000" + +# File storage (optional - if app required file uploads) +BLOB_READ_WRITE_TOKEN= \ No newline at end of file