Add panic recovery and request size limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user