# # JBoss, Home of Professional Open Source. # Copyright 2023-2024 Red Hat, Inc., and individual contributors # as indicated by the @author tags. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # quarkus.datasource.db-kind = postgresql prod.quarkus.datasource.jdbc.url = ${QUARKUS_DATASOURCE_URL:} prod.quarkus.datasource.username = ${QUARKUS_DATASOURCE_USERNAME:} prod.quarkus.datasource.password = ${QUARKUS_DATASOURCE_PASSWORD:} quarkus.hibernate-orm.database.generation = update quarkus.datasource.devservices.image-name=public.ecr.aws/docker/library/postgres:15-bullseye quarkus.log.category."org.jboss.pnc".level=DEBUG quarkus.swagger-ui.always-include = true mp.messaging.incoming.builds.connector=smallrye-amqp mp.messaging.incoming.builds.enabled=false mp.messaging.incoming.builds.client-options-name=umb mp.messaging.incoming.builds.selector=type = 'BuildStateChange' AND newStatus = 'SUCCESS' mp.messaging.incoming.builds.failure-strategy=reject %dev.quarkus.datasource.devservices.port=15432 %test.quarkus.hibernate-orm.database.generation = drop-and-create %test.build-kitchen.pnc.url=http://localhost:${quarkus.wiremock.devservices.port}/pnc-rest/v2/