Skip to content

Commit

Permalink
Merge pull request #17 from quotly-eu/feature/backend-deployment
Browse files Browse the repository at this point in the history
Added swagger enabled property
  • Loading branch information
dotnomi authored Nov 1, 2024
2 parents affa535 + 6f81ea4 commit 1fdaae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ quarkus.hibernate-orm.database.default-schema=quotly
#+====================================+
quarkus.swagger-ui.enable=true
# suppress inspection "UnusedProperty"
quarkus.swagger-ui.always-include=true
# suppress inspection "UnusedProperty"
quarkus.smallrye-openapi.info-title=Quotly Backend
# suppress inspection "UnusedProperty"
quarkus.smallrye-openapi.info-version=local-version
Expand Down

0 comments on commit 1fdaae7

Please sign in to comment.