From 3f003048a66abca66c37f7f8a42ac1f961290828 Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Mon, 10 Jul 2023 13:57:32 +0100 Subject: [PATCH] Set postgresql as the default driver for all profiles --- src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 365232e..b59674f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -25,7 +25,7 @@ # Data Source # ########################################## %dev.quarkus.datasource.devservices.enabled=true -%dev.quarkus.datasource.db-kind = postgresql +quarkus.datasource.db-kind = postgresql %dev.quarkus.datasource.username = quarkus %dev.quarkus.datasource.password = quarkus #%dev.quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/hibernate_db @@ -54,7 +54,6 @@ %prod.quarkus.hibernate-orm.database.generation=update - #Always provide swagger ui quarkus.swagger-ui.always-include=true %dev.quarkus.openshift.service-account=osh-wrapper-client-sa