Skip to content

Commit

Permalink
add txt to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbahkiry committed Sep 4, 2024
1 parent f9f01da commit 6da731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resp_mode=true
shadow_service=false
preview_bytes = "1024" #byte
preview_enabled = true# options send preview header or not
process_extensions = ["pdf", "zip", "com"] # * = everything except the ones in bypass, unknown = system couldn't find out the type of the file
process_extensions = ["pdf", "zip", "com","txt"] # * = everything except the ones in bypass, unknown = system couldn't find out the type of the file
reject_extensions = ["docx"]
bypass_extensions = ["*"]
#max file size value from 1 to 9223372036854775807, and value of zero means unlimited
Expand Down

0 comments on commit 6da731d

Please sign in to comment.