feat: add ENABLE_ATTACHMENT config (#99)

This commit is contained in:
Dream Hunter
2024-04-04 14:42:34 +08:00
committed by GitHub
parent 9ce706fad1
commit 47256d2af2
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -56,6 +56,8 @@ pnpm install
# DOMAINS = ["xxx.xxx1" , "xxx.xxx2"] you domain name
# JWT_SECRET = "xxx"
# BLACK_LIST = ""
# free version attachment too large will cause Exceeded CPU Limit error, if you don't need attachment function, you can close
# ENABLE_ATTACHMENT = true
cp wrangler.toml.template wrangler.toml
# deploy
pnpm run deploy