-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
24 lines (22 loc) · 1.01 KB
/
Copy pathconfig.example.json
File metadata and controls
24 lines (22 loc) · 1.01 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
{
"ai_provider": "openai",
"ai_base_url": "https://YOUR-LOCAL-AI-ENDPOINT/v1",
"ai_model": "/your_model_name",
"ai_api_key": "none",
"ga_key_file": "private/ga-service-account.json",
"master_sheet_id": "YOUR_GOOGLE_SHEET_ID",
"master_worksheet": "主設定表",
"link_audit_dir": "private",
"mail_override_to": "your-email@example.com",
"mail": { "method": "outlook", "cc": "", "subject": "網站對外連結稽核結果" },
"gmail": { "user": "you@gmail.com", "app_password": "YOUR_GMAIL_APP_PASSWORD" },
"scan": {
"max_pages": 8000,
"content_whitelist": "porkbun.com, gname.com",
"skip_hosts": "accessibility.moda.gov.tw"
},
"schedule": { "groups": 5, "log_keep_days": 3 },
"_說明_ai_provider": "openai / anthropic / gemini(見 README)",
"_說明_mail": "method=outlook(本機Windows) 或 gmail(Linux主機SMTP,填 gmail.app_password)",
"_說明_清單來源": "monthly 讀主試算表 master_worksheet;daily 讀 sync_config 從主設定表產生的 private/domains.txt"
}