Skip to content

Commit

Permalink
added local conf
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Nov 8, 2023
1 parent 6e07388 commit 650710f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-integration.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
quarkus.profile=local
quarkus.http.port=${SERVER_PORT:8080}
quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=${REST_CLIENT_LOG_LEVEL:INFO}
quarkus.datasource.db-kind=${MODEL_DB_TYPE:postgresql}
quarkus.datasource.username=${MODEL_DB_USERNAME:user}
quarkus.datasource.password=${MODEL_DB_PASSWORD:password}
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
quarkus.profile=local
quarkus.http.port=${SERVER_PORT:8080}
quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=${REST_CLIENT_LOG_LEVEL:INFO}
quarkus.datasource.db-kind=${MODEL_DB_TYPE:postgresql}
quarkus.datasource.username=${MODEL_DB_USERNAME:postgres}
quarkus.datasource.password=${MODEL_DB_PASSWORD:password}
Expand Down Expand Up @@ -29,3 +30,4 @@ object-store.bucket.endpoint-override=http://127.0.0.1:9999
object-store.bpmn.path-template=${MODEL_OBJECT_STORE_BPMN_TEMPLATE_PATH:BPMN/files/UUID/[uuid]/VERSION/[version]}
quarkus.resteay-reactive.input-buffer-size=10000


0 comments on commit 650710f

Please sign in to comment.