Skip to content

Commit

Permalink
Merge pull request #16 from quotly-eu/feature/backend-deployment
Browse files Browse the repository at this point in the history
Feature/backend deployment
  • Loading branch information
dotnomi authored Nov 1, 2024
2 parents cd34c8e + f18d84c commit affa535
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ quarkus.hibernate-orm.database.default-schema=quotly
#+====================================+
#| Swagger Configuration |
#+====================================+
quarkus.swagger-ui.enable=true
# suppress inspection "UnusedProperty"
quarkus.smallrye-openapi.info-title=Quotly Backend
# suppress inspection "UnusedProperty"
quarkus.smallrye-openapi.info-version=local-version
# suppress inspection "UnusedProperty"
quarkus.swagger-ui.path=/swagger-ui
%prod.quarkus.smallrye-openapi.info-version=@project.version@
# suppress inspection "UnusedProperty"
quarkus.swagger-ui.path=/swagger

0 comments on commit affa535

Please sign in to comment.