- 新增 NANO_OUTLOOK_MCP_URL 和 NANO_OUTLOOK_MCP_SERVER_ID 环境变量配置 - 实现 Outlook 邮件和日历的分页查询功能,添加安全参数验证 - 为 app-instance 创建脚本添加 Outlook MCP 服务器 ID 参数 - 更新前端 Outlook 页面实现邮件列表和日历事件的分页浏览 - 添加 Git 忽略文件配置和 Docker 挂载路径修复 BREAKING CHANGE: Outlook 集成现在需要配置 MCP URL 和服务器 ID 环境变量
24 lines
625 B
Plaintext
24 lines
625 B
Plaintext
# Shared values used by the root deployment flow in README.md
|
|
|
|
PROJECT_ROOT=/home/ivan/xuan/nano_project
|
|
NANO_NET=nano-instance-edge
|
|
|
|
NANO_DEPLOY_TOKEN=change-me
|
|
NANO_AUTHZ_INTERNAL_TOKEN=change-me
|
|
|
|
NANO_SERVER_IP=203.0.113.10
|
|
NANO_BASE_DOMAIN=203.0.113.10.nip.io
|
|
|
|
NANO_PROVIDER=openai
|
|
NANO_MODEL=openai/gpt-5
|
|
NANO_API_KEY=sk-xxxxxxxx
|
|
NANO_API_BASE=
|
|
|
|
# Must be reachable from app-instance containers.
|
|
NANO_AUTHZ_URL=http://nano-authz-service:19090
|
|
NANO_OUTLOOK_MCP_URL=
|
|
NANO_OUTLOOK_MCP_SERVER_ID=outlook_mcp
|
|
|
|
# Must be reachable from auth-portal and authz-service containers.
|
|
NANO_DEPLOY_URL=http://nano-deploy-control:8090
|