This commit is contained in:
eoao
2025-04-26 17:24:39 +08:00
commit 24ba4772e6
107 changed files with 13612 additions and 0 deletions

18
mail-worker/wrangler.toml Normal file
View File

@@ -0,0 +1,18 @@
name = "cloud-mail"
main = "src/index.js"
compatibility_date = "2025-04-09"
[observability]
enabled = true
[assets]
directory = "./dist"
binding = "ASSETS"
[vars]
domain = ["xxxxx", "xxxxx"]
admin = "xxxxx@xxxxx"
r2_domain = "xxxxx"
jwt_secret = "xxxxx"
site_key = "xxxxx"
secret_key = "xxxxx"