Skip to content

Commit

Permalink
Adding GZip Compression to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Apr 29, 2024
1 parent d22f711 commit b2679d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ security.enabled=true

load=false

server.compression.enabled=true
server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css
server.compression.min-response-size=1024


### General Email Settings

Expand Down

0 comments on commit b2679d0

Please sign in to comment.