mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-01-20 05:50:58 +00:00
* feat: implement URL validation to prevent SSRF * feat: add zip extraction security * ruff fixes * fix: standardize error messages across API responses
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
# Please put appropriate value
|
|
VITE_BASE_URL=http://localhost:5173
|
|
VITE_API_HOST=http://127.0.0.1:7091
|
|
VITE_API_STREAMING=true
|
|
VITE_NOTIFICATION_TEXT="What's new in 0.15.0 — Changelog"
|
|
VITE_NOTIFICATION_LINK="https://blog.docsgpt.cloud/docsgpt-0-15-masters-long-term-memory-and-tooling/" |