保存
This commit is contained in:
18
mail-worker/wrangler.toml
Normal file
18
mail-worker/wrangler.toml
Normal 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"
|
||||
Reference in New Issue
Block a user