Skip to content

Commit

Permalink
Fix prod Quarkus configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jurabek committed Feb 4, 2024
1 parent 90a25de commit c4a1ad8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ quarkus.datasource.jdbc.url=jdbc:h2:mem:default
%local.quarkus.http.root-path=/order
%local.quarkus.http.non-application-root-path=/order
%local.kafka.bootstrap.servers=kafka:9092
%local.quarkus.grpc.clients.payment.host=localhost
%local.quarkus.log.console.json=true
%local.quarkus.opentelemetry.enabled=true
%local.quarkus.datasource.jdbc.driver=io.opentelemetry.instrumentation.jdbc.OpenTelemetryDriver

# prod
%prod.quarkus.datasource.db-kind=postgresql
%prod.quarkus.http.root-path=/order
%local.quarkus.datasource.jdbc.max-size=10
%local.quarkus.http.root-path=/order
%local.quarkus.http.non-application-root-path=/order
%prod.kafka.bootstrap.servers=kafka:9092
%prod.quarkus.log.console.json=true
%prod.quarkus.opentelemetry.enabled=true
%local.quarkus.datasource.jdbc.driver=io.opentelemetry.instrumentation.jdbc.OpenTelemetryDriver

0 comments on commit c4a1ad8

Please sign in to comment.