-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.properties.example
More file actions
36 lines (30 loc) · 1.25 KB
/
Copy pathlocal.properties.example
File metadata and controls
36 lines (30 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 复制此文件为 local.properties 并填入你的配置
# Copy this file to local.properties and fill in your configuration
# Android SDK 路径 (Android Studio 会自动设置)
# sdk.dir=/Users/username/Library/Android/sdk
# 硅基流动 AI API Key
AI_API_KEY=your_api_key_here
# 科大讯飞语音识别 API 配置
# 在 https://console.xfyun.cn/ 注册并创建应用获取
IFLYTEK_APP_ID=your_app_id_here
IFLYTEK_API_KEY=your_api_key_here
IFLYTEK_API_SECRET=your_api_secret_here
# 阿里云 OSS 配置 (真云同步)
# endpoint 示例: oss-cn-hangzhou.aliyuncs.com
OSS_ENDPOINT=your_oss_endpoint
OSS_BUCKET=your_oss_bucket
OSS_ACCESS_KEY_ID=your_oss_access_key_id
OSS_ACCESS_KEY_SECRET=your_oss_access_key_secret
OSS_OBJECT_KEY=aimeetingassistant/cloud_sync_snapshot.enc
# 演示开关 (可选)
# USE_MOCK_AI=true 只用于 AI 摘要/PPT 等生成兜底,不会伪造录音转写
# ENABLE_DEMO_TRANSCRIPT_FALLBACK=true 才会启用演示转写兜底
# ENABLE_DEMO_SEED_DATA=true 才会在空库自动插入演示会议
USE_MOCK_AI=false
ENABLE_DEMO_TRANSCRIPT_FALLBACK=false
ENABLE_DEMO_SEED_DATA=false
# 任务闭环催办机器人 Webhook (可选)
# 微信建议使用企业微信机器人 webhook
WECHAT_BOT_WEBHOOK=
DINGTALK_BOT_WEBHOOK=
FEISHU_BOT_WEBHOOK=