mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-30 06:22:02 +00:00
env / add file storage
This commit is contained in:
@@ -14,4 +14,7 @@ OPENAI_API_KEY=
|
||||
OPENAI_MODEL="gpt-5-mini"
|
||||
|
||||
# App URL (for production deployments)
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
|
||||
# File storage (optional - if app required file uploads)
|
||||
BLOB_READ_WRITE_TOKEN=
|
||||
Reference in New Issue
Block a user