Add panic recovery and request size limit

This commit is contained in:
2026-03-05 06:32:26 +00:00
parent df6b677a15
commit 214e63b0c5
9 changed files with 754 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
server:
address: ":8080"
max_request_body_size: 10485760 # Maximum request body size in bytes (default: 10MB = 10485760 bytes)
logging:
format: "json" # "json" for production, "text" for development