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 f1f9c1d commit 3bcaa5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java $JAVA_OPTS -jar target/quarkus-app/quarkus-run.jar
web: java -jar target/quarkus-app/quarkus-run.jar
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
quarkus.http.cors=true
quarkus.default-locale=pt-BR
quarkus.swagger-ui.enable=true
quarkus.smallrye-openapi.enable=true

quarkus.datasource.db-kind=postgresql
#quarkus.datasource.username=username-default
Expand Down

0 comments on commit 3bcaa5c

Please sign in to comment.