Files
ni-mail/wrangler.toml
2026-03-22 18:36:36 +08:00

22 lines
921 B
TOML
Raw 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.
name = "ni-mail"
main = "worker.js"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
# ── 自定義域名(可選,域名需已托管在 Cloudflare─────────────────
# Cloudflare 會自動建立 DNS 記錄並簽發 SSL無需手動操作
# 支持多個域名,每個加一段 [[routes]]
# [[routes]]
# pattern = "mail.domain-a.com"
# custom_domain = true
#
# [[routes]]
# pattern = "mail.domain-b.com"
# custom_domain = true
# ─────────────────────────────────────────────────────────────────
# KV 綁定和 AUTH_KEY 請在 Cloudflare 控制台設定:
# Workers & Pages → ni-mail → Settings → Variables and Secrets / Bindings
# KV namespace binding 名稱必須為 MAIL_KV
# AUTH_KEY 建議設為 Secret 類型