rag-frontend/apps/web-antd/.env.development
向宁 33de6f1220 feat: add notification store, order/portal pages, form designer runtime and utils
- Add notification API + store, OIDC callback view
- Add order management and portal route modules
- Add form designer preview/linkage, runtime rendering and versions
- Add file utils, message utils and unit tests
- Wire up workflow routes and knowledge-base/im/file views
2026-06-14 15:02:32 +08:00

37 lines
912 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 端口号
VITE_PORT=5666
VITE_BASE=/
# 接口地址
VITE_GLOB_API_URL=/api
# 是否开启 Nitro Mock服务true 为开启false 为关闭
VITE_NITRO_MOCK=true
# 是否打开 devtoolstrue 为打开false 为关闭
VITE_DEVTOOLS=false
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 文件系统服务
VITE_FILE_API_URL=/file-api
VITE_FILE_API_KEY=your-api-key
# IM 即时通讯服务
VITE_IM_API_URL=/im-api
VITE_IM_SIGNALR_URL=/im-signalr/hubs/chat
# Workflow 工作流服务
VITE_WORKFLOW_API_URL=/workflow-api
# SSO 统一身份认证服务OpenIddict OIDC Provider
VITE_SSO_API_URL=/sso
VITE_OIDC_CLIENT_ID=rag-frontend
VITE_OIDC_SCOPE=openid profile roles offline_access
VITE_OIDC_REDIRECT_URI=http://localhost:5666/auth/callback
# Obsidian vault 默认目录(知识库同步时的默认值,留空则用 localStorage 记忆的上次路径)
VITE_OBSIDIAN_VAULT_DIR=