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