mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 22:29:09 +00:00
- 新增 CODEBUDDY.md、GEMINI.md、GEMINI_CN.md 等项目文档 - 更新 Dockerfile 和其他配置文件 - 优化部分代码结构,如 orders.py、tasks.py 等 - 新增 .dockerignore 文件
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
# 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 |