Files
ni-mail/wrangler.toml
2026-03-22 17:37:24 +08:00

20 lines
761 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 = "src/worker.js"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
# ── 自定義域名(域名需已托管在 Cloudflare────────────────────────
# Cloudflare 會自動建立 DNS 記錄並簽發 SSL無需手動操作
# 取消下面兩行注釋並填入你的域名即可
# [[routes]]
# pattern = "mail.yourdomain.com"
# custom_domain = true
# ─────────────────────────────────────────────────────────────────
[vars]
AUTH_KEY = "換成你的密碼"
[[kv_namespaces]]
binding = "MAIL_KV"
id = "貼上你的 KV Namespace ID"