From 468a877ece141e93765be68a22876cd5bacbcdf9 Mon Sep 17 00:00:00 2001 From: Emre Date: Sun, 23 Apr 2023 20:57:11 +0200 Subject: [PATCH] fixed naming convention errors :bug: --- Sources/API/Quarkus/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/API/Quarkus/src/main/resources/application.properties b/Sources/API/Quarkus/src/main/resources/application.properties index e5008a1..8f1b02f 100644 --- a/Sources/API/Quarkus/src/main/resources/application.properties +++ b/Sources/API/Quarkus/src/main/resources/application.properties @@ -6,7 +6,7 @@ quarkus.datasource.reactive.url = vertx-reactive:postgresql://bowldev-postgresql #BowlDev-postgresql quarkus.hibernate-orm.log.sql=true quarkus.hibernate-orm.sql-load-script=import.sql - + # #HTTPS Configuration # quarkus.http.ssl.certificate.key-files=https/privkey.pem