Files
wiki/qModel/qmodel-ui/.env.staging
T
2026-05-14 16:56:48 +08:00

27 lines
639 B
Bash
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.
# 页面标题
VITE_APP_TITLE = qModel模型平台
# 生产环境配置
VITE_APP_ENV = 'staging'
# qModel模型平台/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
# 认证模式 [默认模式(client), 单点模式(sso]
VITE_APP_AUTH_TYPE = 'client'
# 应用ID
VITE_APP_CLIENTID = 9d04db60ab904313a43ebb78c9f027c1
# 统一身份认证URL地址
VITE_APP_SERVER_URL = http://127.0.0.1:8899
# 当前APP的URL地址
VITE_APP_THIS_APP_URL =http://127.0.0.1:80
# 是否代理PUT、DELETE请求
VITE_APP_OPEN_PROXY_PUT_DELETE_REQUEST = 'false'