Skip to content

Commit

Permalink
Prepared to be deployed on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
dearrudam committed Mar 23, 2022
1 parent 6727941 commit 086579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ quarkus.swagger-ui.enable=true
quarkus.swagger-ui.always-include=true
quarkus.smallrye-openapi.enable=true

quarkus.datasource.db-kind=h2
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=username-default
quarkus.datasource.jdbc.url=jdbc:h2:mem:default
quarkus.datasource.jdbc.max-size=20
Expand Down

0 comments on commit 086579a

Please sign in to comment.