Files
kami_apple_exchage/frontend/env.example
danial 5c486e34d3 docs(项目): 添加项目文档并进行代码调整
- 新增 CODEBUDDY.md、GEMINI.md、GEMINI_CN.md 等项目文档
- 更新 Dockerfile 和其他配置文件
- 优化部分代码结构,如 orders.py、tasks.py 等
- 新增 .dockerignore 文件
2025-09-12 19:38:24 +08:00

13 lines
353 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.

# API配置
# 是否使用代理模式推荐用于绕过CORS
NEXT_PUBLIC_USE_PROXY=true
# 目标API URL当使用代理时这是实际的目标服务器
NEXT_PUBLIC_TARGET_API_URL=http://your-test-api-server.com
# 遥测端点
NEXT_PUBLIC_TELEMETRY_ENDPOINT=http://localhost:4318/v1/traces
# 应用版本
NEXT_PUBLIC_APP_VERSION=1.0.0