Files
cloudflare_temp_email/worker/wrangler.toml.template
2023-09-07 17:47:31 +08:00

16 lines
276 B
Plaintext

name = "cloudflare_temp_email"
main = "src/worker.js"
compatibility_date = "2023-08-14"
node_compat = true
[vars]
PREFIX = "tmp"
DOMAINS = ["xxx.xxx1" , "xxx.xxx2"]
JWT_SECRET = "xxx"
BLACK_LIST = ""
[[d1_databases]]
binding = "DB"
database_name = "xxx"
database_id = "xxx"