diff --git a/Sources/API/Quarkus/src/main/resources/application.properties b/Sources/API/Quarkus/src/main/resources/application.properties index d3d009b..88b8fae 100644 --- a/Sources/API/Quarkus/src/main/resources/application.properties +++ b/Sources/API/Quarkus/src/main/resources/application.properties @@ -7,13 +7,13 @@ quarkus.datasource.reactive.url = vertx-reactive:postgresql://bowldev-postgresql quarkus.hibernate-orm.log.sql=true quarkus.hibernate-orm.sql-load-script=import.sql -#HTTPS Configuration +# #HTTPS Configuration -quarkus.http.ssl.certificate.key-files=https/privkey.pem -quarkus.http.ssl.certificate.files=https/cert.pem +# quarkus.http.ssl.certificate.key-files=https/privkey.pem +# quarkus.http.ssl.certificate.files=https/cert.pem -# Disable the HTTP server -quarkus.http.insecure-requests=redirect +# # Disable the HTTP server +# quarkus.http.insecure-requests=redirect # # OIDC Configuration # quarkus.oidc.auth-server-url=http://localhost:8080/realms/BowlinAuth