Skip to content

Commit

Permalink
Ri-organizzazione application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 20, 2024
1 parent 7a8b0fe commit c2af8f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ quarkus.log.category."it.dontesta.eventbus.consumers.events.handlers".level=DEBU
# Additional resources to include in the native image
quarkus.native.resources.includes=app-keystore.jks

# Enable or disable the HTTP request/response compression. Default is false.
# For more details, see https://quarkus.io/guides/rest#http-compression
quarkus.http.enable-compression=true

##
## This section configure the HTTP layer of the application
##

# Enable or disable the HTTP request/response compression. Default is false.
# For more details, see https://quarkus.io/guides/rest#http-compression
quarkus.http.enable-compression=true

# The media types that should be compressed. Default is empty.
# For more details, see https://quarkus.io/guides/rest#http-compression
quarkus.http.compress-media-types=application/json,application/xml,text/html,text/plain
Expand Down

0 comments on commit c2af8f1

Please sign in to comment.