Files
qncV3uni-app/.env.example
2026-02-06 17:34:00 +08:00

18 lines
777 B
Plaintext
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.

# API 基础地址(必填,请求会发往该域名)
VITE_API_URL=https://your-api-domain.com
# API 路径前缀(后端 qnc-server-v3 使用 /api/v1
VITE_API_PREFIX=/api/v1
# 可选:客服/投诉跳转链接(小程序端通过 webview 打开H5 可作备用)
# VITE_SERVICE_URL=https://www.quannengcha.com/service/
# 可选Chatwoot 在线客服H5 客服页用,未配置则用默认)
# VITE_CHATWOOT_BASE_URL=https://service.quannengcha.com
# VITE_CHATWOOT_WEBSITE_TOKEN=your-website-token
# 可选:公司名、备案号等
# VITE_COMPANY_NAME=全能查
# VITE_ICP_RECORD=京ICP备xxx号
# VITE_PUBLIC_SECURITY_RECORD=京公网安备xxx号
# VITE_SHOW_PUBLIC_SECURITY_RECORD=true
# 可选:历史查询保留天数
# VITE_QUERY_RETENTION_DAYS=30