Files
ai-gateway-go/web/apps/portal/.env.production
T
superidou 5759c1862e AI Gateway Go 0.10.0 源码快照 + 旗舰版需求规划报告
M0-M7 已完成:核心网关(身份/RBAC/TOTP/OIDC/SAML/Provider/配额/路由/内容策略/审计/定价)+ 资源市场(MCP/Skills/数字员工)。
含 22 个 PostgreSQL 迁移、管理端/门户端前端源码、OpenAPI 契约、部署 compose。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-12 11:45:54 +08:00

14 lines
326 B
Bash
Executable File
Raw 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.
# 【生产】环境变量
# 应用部署基础路径(如部署在子目录 /admin,则设置为 /admin/
VITE_BASE_URL = /portal/
# API 地址前缀
VITE_API_URL = /
# 生产环境必须使用后端权限和菜单,禁止模板前端模拟权限
VITE_ACCESS_MODE = backend
# Delete console
VITE_DROP_CONSOLE = true