mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
* Feature/Notification-section * fix notification ui and add local storage variable to save the state * add notification component to app.tsx
6 lines
213 B
Plaintext
6 lines
213 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.14.0 — Changelog"
|
|
VITE_NOTIFICATION_LINK="#" |