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
@@ -12,6 +12,8 @@ PREFIX = "tmp"
DOMAINS = ["xxx.xxx1" , "xxx.xxx2"]
JWT_SECRET = "xxx"
BLACK_LIST = ""
# IF YOU WANT DISABLE ATTACHMENT, SET IT TO false or COMMENT IT
ENABLE_ATTACHMENT = true
[[d1_databases]]
binding = "DB"